Skip to content

Commit

Permalink
Fixed iframe height. Now gigantic
Browse files Browse the repository at this point in the history
  • Loading branch information
katzgrau committed Apr 17, 2012
1 parent 7fa48e1 commit a40b7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axilent.php
Expand Up @@ -72,7 +72,7 @@ function axilentAPIBox($post) {
{
try
{
$markup = '<iframe style="width:100%; height: 6x00px;" src="'.$axilent->getPortletURL($content_key).'"></iframe>';
$markup = '<iframe style="width:100%; height: 600px;" src="'.$axilent->getPortletURL($content_key).'"></iframe>';
}
catch(Exception $ex)
{
Expand Down

0 comments on commit a40b7a4

Please sign in to comment.