Skip to content

Commit

Permalink
Use default image tag on our team page
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebukali committed Jul 25, 2023
1 parent a6160bd commit 82443dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion di_website/templates/ourteam/our_team_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<div class="profile">
<div class="profile__media">
{% if profile.image %}
{% responsiveimage profile.image fill-400x400-c100 srcset=global.sq_crop_srcs as img %}
{% image profile.image fill-400x400-c100 format-webp-lossless as img %}
{% if img.url != '/media/not-found' %}
<img height="400px" width="400px" src="{{img.url}}" alt="{{img.alt}}" srcset="{{ img.srcset }}">
{% else %}
Expand Down

0 comments on commit 82443dc

Please sign in to comment.