Skip to content

Commit

Permalink
Set max height of uploaded image to 150px (mainly so that the no-imag…
Browse files Browse the repository at this point in the history
…e svg doesn't appear too large)
  • Loading branch information
jomres committed Jan 19, 2023
1 parent caaa07b commit 4049dca
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@
<div class="row">

<div class="col-md-7">
<img src="{IMAGE_REL_SMALL}" alt="{FILENAME}" class="img-fluid" style="height: 150px"/>
<img src="{IMAGE_REL_SMALL}" alt="{FILENAME}" class="img-fluid" style="max-height: 150px"/>
</div>
<div class="col-md-3">
<h5 class="text-truncate">{FILENAME}</h5>
Expand Down

0 comments on commit 4049dca

Please sign in to comment.