Skip to content

Commit

Permalink
Updated image template to a different frame format
Browse files Browse the repository at this point in the history
  • Loading branch information
york-stsci committed Nov 25, 2024
1 parent f82e328 commit a08fc7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jwql/website/apps/jwql/templates/explore_image.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ <h3>{{ file_root }}_{{ filetype }}.fits</h3>
<div class="row">
<!-- Display the image -->
<div class="col-xl-9">
<div id="app">
<iframe id="iframe" src="http://{{jdaviz_host}}:{{jdaviz_port}}?file={{file_path}}" frameborder="0" ref="iframe"></iframe>
</div>
<iframe id="encoder_iframe" height="75%" width="50%" src="http://{{jdaviz_host}}:{{jdaviz_port}}?file={{file_path}}"></iframe>
</div>
</div>

Expand Down

0 comments on commit a08fc7a

Please sign in to comment.