Skip to content

Commit

Permalink
Doubling height of Axilent widget
Browse files Browse the repository at this point in the history
  • Loading branch information
katzgrau committed Mar 22, 2012
1 parent b1cb627 commit 7977905
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 try
{ {
$markup = '<iframe style="width:100%; height: 300px;" src="'.$axilent->getPortletURL($content_key).'"></iframe>'; $markup = '<iframe style="width:100%; height: 600px;" src="'.$axilent->getPortletURL($content_key).'"></iframe>';
} }
catch(Exception $ex) catch(Exception $ex)
{ {
Expand Down

0 comments on commit 7977905

Please sign in to comment.