Skip to content

Commit

Permalink
Increasing size of iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
york-stsci committed Nov 26, 2024
1 parent e21f17d commit b3923e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwql/website/apps/jwql/templates/explore_image.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h3>{{ file_root }}_{{ filetype }}.fits</h3>
<div class="row">
<!-- Display the image -->
<div class="col-xl-9">
<iframe id="encoder_iframe" height="75%" width="50%" src="/quickview?file={{file_path|safe}}"></iframe>
<iframe id="encoder_iframe" height="800px" width="750px" src="/quickview?file={{file_path|safe}}"></iframe>
</div>
</div>

Expand Down

0 comments on commit b3923e5

Please sign in to comment.