We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034da4e commit 92c60eeCopy full SHA for 92c60ee
templates/includes/blog_hero.html
@@ -45,12 +45,10 @@ <h2 class="sr-only">Authors</h2>
45
{% endcomment %}
46
47
{% image page.image fill-1000x563 format-webp as img_base %}
48
- {% image page.image fill-1250x703 format-webp as img_sm %}
49
- {% image page.image fill-1650x928 format-webp as img_xl %}
+ {% image page.image fill-1650x928 format-webp as img_sm %}
50
51
<picture>
52
<source srcset="{{ img_sm.url }}" media="(min-width: 500px)">
53
- <source srcset="{{ img_xl.url }}" media="(min-width: 1200px)">
54
<img
55
src="{{ img_base.url }}"
56
alt="{{ page.alt_text|default:img_base.alt }}"
0 commit comments