Skip to content

Commit

Permalink
demos/index.html - increased width and height of iframe slightly rele…
Browse files Browse the repository at this point in the history
…ct mockup dimensions.
  • Loading branch information
Ca-Phun Ung committed Dec 29, 2008
1 parent 6fe25e3 commit 88a4b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/index.html
Expand Up @@ -87,7 +87,7 @@
<?php if(isset($plain) && isset($_GET['load'])) { <?php if(isset($plain) && isset($_GET['load'])) {
echo html_entity_decode('&lt;h3&gt;'. $_GET['load'] .'&lt;/h3&gt;'); echo html_entity_decode('&lt;h3&gt;'. $_GET['load'] .'&lt;/h3&gt;');
include($section .'/index.html'); include($section .'/index.html');
echo html_entity_decode('&lt;iframe id="preview" name="preview" src="/'. $section .'/default.html" width="500" height="300" border="0" frameborder="0" style="overflow:auto"&gt;&lt;/iframe&gt;'); echo html_entity_decode('&lt;iframe id="preview" name="preview" src="/'. $section .'/default.html" width="520" height="314" border="0" frameborder="0" style="overflow:auto"&gt;&lt;/iframe&gt;');
} else { ?> } else { ?>


<h3>Instructions</h3> <h3>Instructions</h3>
Expand Down

0 comments on commit 88a4b9e

Please sign in to comment.