mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-30 06:27:57 -05:00
demos/index.html - increased width and height of iframe slightly relect mockup dimensions.
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
<?php if(isset($plain) && isset($_GET['load'])) {
|
||||
echo html_entity_decode('<h3>'. $_GET['load'] .'</h3>');
|
||||
include($section .'/index.html');
|
||||
echo html_entity_decode('<iframe id="preview" name="preview" src="/'. $section .'/default.html" width="500" height="300" border="0" frameborder="0" style="overflow:auto"></iframe>');
|
||||
echo html_entity_decode('<iframe id="preview" name="preview" src="/'. $section .'/default.html" width="520" height="314" border="0" frameborder="0" style="overflow:auto"></iframe>');
|
||||
} else { ?>
|
||||
|
||||
<h3>Instructions</h3>
|
||||
|
||||
Reference in New Issue
Block a user