Skip to content

Commit

Permalink
After comparing image sizes using new and old style preview images, 1…
Browse files Browse the repository at this point in the history
…00pct is about the best you can do
  • Loading branch information
bhilbert4 committed May 30, 2024
1 parent 81571d5 commit f7b2749
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jwql/website/apps/jwql/templates/view_exposure.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h3>Exposure {{ group_root }}</h3>
<a href="{{ base_url }}/{{ inst }}/{{ group_root }}_{{ detector1 }}/">
<img class="image_preview_viewer" id="image_viewer_{{ detector1 }}"
title="Preview image for {{ group_root }}, detector {{ detector1 }}"
data-detector="{{ detector1 }}" style="width:125%">
data-detector="{{ detector1 }}" style="width:100%">
</a>
</span>
</div>
Expand All @@ -145,7 +145,7 @@ <h3>Exposure {{ group_root }}</h3>
<a href="{{ base_url }}/{{ inst }}/{{ group_root }}_{{ detector2 }}/">
<img class="image_preview_viewer" id="image_viewer_{{ detector2 }}"
title="Preview image for {{ group_root }}, detector {{ detector2 }}"
data-detector="{{ detector2 }}" style="width:125%">
data-detector="{{ detector2 }}" style="width:100%">
</a>
</span>
</div>
Expand All @@ -171,7 +171,7 @@ <h3>Exposure {{ group_root }}</h3>
<a href="{{ base_url }}/{{ inst }}/{{ group_root }}_{{ detector3 }}/">
<img class="image_preview_viewer" id="image_viewer_{{ detector3 }}"
title="Preview image for {{ group_root }}, detector {{ detector3 }}"
data-detector="{{ detector3 }}" style="width:125%">
data-detector="{{ detector3 }}" style="width:100%">
</a>
</span>
</div>
Expand All @@ -197,7 +197,7 @@ <h3>Exposure {{ group_root }}</h3>
<a href="{{ base_url }}/{{ inst }}/{{ group_root }}_{{ detector }}/">
<img class="image_preview_viewer" id="image_viewer_{{ detector }}"
title="Preview image for {{ group_root }}, detector {{ detector }}"
data-detector="{{ detector }}" style="width:125%">
data-detector="{{ detector }}" style="width:100%">
</a>
</span>
</div>
Expand Down

0 comments on commit f7b2749

Please sign in to comment.