Skip to content

Commit

Permalink
Merge pull request #403
Browse files Browse the repository at this point in the history
Fix images for light house
  • Loading branch information
portableant authored May 25, 2022
2 parents 24424ea + 4e450ed commit 0a42b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/fundraising-card.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
src="{{ $donate['hero_image']['data']['thumbnails'][13]['url']}}"
alt="{{ $donate['hero_image_alt_text'] }}"
loading="lazy"
width="100%"
height="100%"
width="{{ $donate['hero_image']['data']['thumbnails'][13]['width'] }}"
height="{{ $donate['hero_image']['data']['thumbnails'][13]['height'] }}"

/>
</a>
Expand Down

0 comments on commit 0a42b8d

Please sign in to comment.