Skip to content

Commit 54a0d1a

Browse files
author
Peter Hasitschka
committed
Reset height of iframe to 500px
1 parent a5b590d commit 54a0d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/index-dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</form>
1414

1515
<!-- Include the desired widgets as iframes. For this example page, we include all available visualizations -->
16-
<iframe src="../Dashboard/index.html" style="position:relative; width:1200px; height:800px;" id="dashboard"></iframe>
16+
<iframe src="../Dashboard/index.html" style="position:relative; width:1200px; height:500px;" id="dashboard"></iframe>
1717
<div id="screenshot-container" style="display:none;">
1818
<h3>Screenshot:</h3>
1919
<img id='screenshot' />

0 commit comments

Comments
 (0)