Skip to content

Commit

Permalink
update the api used for placeholder images
Browse files Browse the repository at this point in the history
  • Loading branch information
poojagunturu96 committed Oct 16, 2024
1 parent afd2b25 commit 8e1081f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/twig/partials/campaign-section.twig
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</span>
</button>
{% elseif background_image %}
<figure class="campaign-section__background image" style="background-image: url('https://via.placeholder.com/1440x810');">
<figure class="campaign-section__background image" style="background-image: url('https://placehold.co/1440x810');">
</figure>
{% endif %}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/twig/partials/img.twig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{% set image = image_styles[name] %}

{% set placehold = 'https://via.placeholder.com/' %}
{% set placehold = 'https://placehold.co/' %}

{% set src = '' %}
{% set srcset = [] %}
Expand Down

0 comments on commit 8e1081f

Please sign in to comment.