Skip to content

Commit

Permalink
fix explicit width height on featured image
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelmdLow committed Oct 2, 2024
1 parent 76f3533 commit 9c54a91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
{% image featured_image_object.image width-1500 format-webp as featured_image %}
<img
class="article-attachment"
width="{{ featured_image_object.width }}"
height="{{ featured_image_object.height }}"
width="{{ featured_image.width }}"
height="{{ featured_image.height }}"
data-id="{{ featured_image_object.image.id }}"
data-caption="{{ featured_image_object.caption }}"
data-url="{{ featured_image.url }}"
Expand Down

0 comments on commit 9c54a91

Please sign in to comment.