Skip to content

Commit

Permalink
feat: limit img width to 960
Browse files Browse the repository at this point in the history
  • Loading branch information
rise-erpelding committed Oct 24, 2023
1 parent b26b391 commit 2f03d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php/views/page.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div class="obj-width-limiter">
<img
src="{{ post.thumbnail.src|resize(1024) }}"
src="{{ post.thumbnail.src|resize(960) }}"
{% if post.thumbnail.alt and post.thumbnail.alt|length > 0 %}
alt="{{ post.thumbnail.alt }}"
{% endif %}
Expand Down

0 comments on commit 2f03d9f

Please sign in to comment.