demos/index.html - increased width and height of iframe slightly relect mockup dimensions.

This commit is contained in:
Ca-Phun Ung 2008-12-29 20:23:40 +00:00
parent 6fe25e3758
commit 88a4b9e9d2

View File

@ -87,7 +87,7 @@
<?php if(isset($plain) && isset($_GET['load'])) {
echo html_entity_decode('&lt;h3&gt;'. $_GET['load'] .'&lt;/h3&gt;');
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 { ?>
<h3>Instructions</h3>