|
12 | 12 |
|
13 | 13 | <div class="frontpage-hero-showcase{% if include.wrapper_class %} {{ include.wrapper_class }}{% endif %}"> |
14 | 14 | <div class="frontpage-hero-showcase-header"> |
15 | | - <div class="frontpage-hero-showcase-copy"> |
16 | | - <p class="asset-hub-filter-label">{{ carousel_label }}</p> |
17 | | - </div> |
| 15 | + <p class="asset-hub-filter-label">{{ carousel_label }}</p> |
18 | 16 | {%- if carousel_action_link and carousel_action_text -%} |
19 | 17 | <div class="frontpage-hero-showcase-action"> |
20 | 18 | {% include secondary_button.html link=carousel_action_link text=carousel_action_text target=include.action_target %} |
|
36 | 34 | <img |
37 | 35 | src="/images/games/{{ game.images.third }}" |
38 | 36 | srcset="/images/games/{{ game.images.third }} 800w, /images/games/{{ game.images.half }} 1200w, /images/games/{{ game.images.full }} 2000w" |
39 | | - sizes="(min-width: 1200px) 22vw, (min-width: 800px) 30vw, (min-width: 560px) 45vw, 92vw" |
| 37 | + sizes="(min-width: 1400px) 26vw, (min-width: 980px) 32vw, (min-width: 640px) 48vw, 96vw" |
40 | 38 | alt="{{ game.name }}" |
41 | 39 | loading="{% if rendered_initial_count < 2 %}eager{% else %}lazy{% endif %}" |
42 | 40 | {% if rendered_initial_count == 0 %}fetchpriority="high"{% endif %} |
|
61 | 59 | <img |
62 | 60 | src="/images/games/{{ game.images.third }}" |
63 | 61 | srcset="/images/games/{{ game.images.third }} 800w, /images/games/{{ game.images.half }} 1200w, /images/games/{{ game.images.full }} 2000w" |
64 | | - sizes="(min-width: 1200px) 22vw, (min-width: 800px) 30vw, (min-width: 560px) 45vw, 92vw" |
| 62 | + sizes="(min-width: 1400px) 26vw, (min-width: 980px) 32vw, (min-width: 640px) 48vw, 96vw" |
65 | 63 | alt="{{ game.name }}" |
66 | 64 | loading="{% if forloop.index0 < 2 %}eager{% else %}lazy{% endif %}" |
67 | 65 | {% if forloop.first %}fetchpriority="high"{% endif %} |
|
0 commit comments