Skip to content

Commit

Permalink
Reduce size of banner image
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelmdLow committed Sep 17, 2024
1 parent bcea2ff commit 138d37a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{% if self.featured_media.first.image %}
{% with self.featured_media.first as featured_image_object %}
{% image featured_image_object.image original as featured_image %}
{% image featured_image_object.image width-1500 format-webp as featured_image %}
<img
class="article-attachment"
data-id="{{ featured_image_object.image.id }}"
Expand Down

0 comments on commit 138d37a

Please sign in to comment.