Skip to content

Commit

Permalink
optimize iframe height
Browse files Browse the repository at this point in the history
  • Loading branch information
khanspers committed May 14, 2024
1 parent 4afba14 commit 2e1c432
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ <h3>NRNB Tools</h3>
<div class="tab-content">

<div class="tab-pane fade" id="amatreader-tab">
<iframe src="https://apps.cytoscape.org/apps/amatreader" width="1170" height="1500"
<iframe src="tools/amatreader.html" width="1170" height="1500"
frameborder="0" scrolling="auto"></iframe>
</div>

<div class="tab-pane fade" id="cyanimator-tab">
<iframe src="tools/cyanimator.html" width="1170" height="1500"
<iframe src="tools/cyanimator.html" width="1170" height="800"
frameborder="0" scrolling="auto"></iframe>
</div>

<div class="tab-pane fade" id="cynitoolbox-tab">
<iframe src="tools/cynitoolbox.html" width="1170" height="1300"
<iframe src="tools/cynitoolbox.html" width="1170" height="1200"
frameborder="0" scrolling="auto"></iframe>
</div>

Expand Down Expand Up @@ -148,17 +148,17 @@ <h3>NRNB Tools</h3>
</div>

<div class="tab-pane fade" id="mcds-tab">
<iframe src="tools/mcds.html" width="1170" height="1200"
<iframe src="tools/mcds.html" width="1170" height="900"
frameborder="0" scrolling="auto"></iframe>
</div>

<div class="tab-pane fade" id="clustermaker-tab">
<iframe src="tools/clustermaker.html" width="1170" height="1200"
<iframe src="tools/clustermaker.html" width="1170" height="800"
frameborder="0" scrolling="auto"></iframe>
</div>

<div class="tab-pane fade" id="setsapp-tab">
<iframe src="tools/setsapp.html" width="1170" height="1200"
<iframe src="tools/setsapp.html" width="1170" height="900"
frameborder="0" scrolling="auto"></iframe>
</div>

Expand All @@ -176,7 +176,7 @@ <h3>NRNB Tools</h3>
frameborder="0" scrolling="auto"></iframe>
</div>
<div class="tab-pane fade" id="ndex-tab">
<iframe src="tools/ndex.html" width="1170" height="800"
<iframe src="tools/ndex.html" width="1170" height="900"
frameborder="0" scrolling="auto"></iframe>
</div>

Expand Down

0 comments on commit 2e1c432

Please sign in to comment.