Skip to content

Commit

Permalink
Update image height in publication_item.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreuMatoses committed May 6, 2024
1 parent 0ff514a commit 9816540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/publication_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{% if include.publication.image contains '.mp4' %}
<video src="{% include fix_link.html link=include.publication.image %}" class="object-fit-contain" height="110" alt="paper video" muted autoplay loop></video>
{% else %}
<img class="object-fit-contain" height="110" src="{% include fix_link.html link=include.publication.image %}" alt="paper image">
<img class="object-fit-contain" height="85" src="{% include fix_link.html link=include.publication.image %}" alt="paper image">
{% endif %}
</div>
{% endif %}
Expand Down

0 comments on commit 9816540

Please sign in to comment.