Skip to content

Commit

Permalink
Update card-base.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
royalfig authored Aug 11, 2023
1 parent 090dea0 commit dae618f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions partials/cards/card-base.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{{img_url feature_image size="1600" format="avif"}} 1600w,
{{img_url feature_image size="1920" format="avif"}} 1920w,
{{img_url feature_image size="2000" format="avif"}} 2000w"
sizes="528px"
sizes="(max-width: 350px) 240px, (max-width: 600px) 528px, (max-width: 650px) 240px, 528px"
type="image/avif"
>
<source
Expand All @@ -38,7 +38,7 @@
{{img_url feature_image size="1600" format="webp"}} 1600w,
{{img_url feature_image size="1920" format="webp"}} 1920w,
{{img_url feature_image size="2000" format="webp"}} 2000w"
sizes="528px"
sizes="(max-width: 350px) 240px, (max-width: 600px) 528px, (max-width: 650px) 240px, 528px"
type="image/webp"
>
<img
Expand All @@ -53,7 +53,7 @@
{{img_url feature_image size="1600"}} 1600w,
{{img_url feature_image size="1920"}} 1920w,
{{img_url feature_image size="2000"}} 2000w"
sizes="528px"
sizes="(max-width: 350px) 240px, (max-width: 600px) 528px, (max-width: 650px) 240px, 528px"
src="{{img_url feature_image size="528"}}"
alt="{{#if feature_image_alt}}{{feature_image_alt}}{{else}}{{title}}{{/if}}"
loading="lazy"
Expand All @@ -67,4 +67,4 @@
<use href='#sm-chevron-icon'></use>
</svg></p>
</a>
</article>
</article>

0 comments on commit dae618f

Please sign in to comment.