{{
section.settings.image_1
| default: 'https://placehold.co/3840'
| image_tag:
width: section.settings.image_1.width,
widths: widths,
height: section.settings.image_1.height,
alt: section.settings.image_1.alt,
class: 'hero__media',
sizes: sizes,
fetchpriority: fetch_priority,
data-testid: 'hero-desktop-image-1'
}}
{{
section.settings.video_1
| video_tag:
poster: nil,
autoplay: true,
loop: true,
controls: false,
muted: true,
class: 'hero__media',
data-testid: 'hero-desktop-video-1'
}}
{{
section.settings.image_1_mobile
| default: 'https://placehold.co/1600'
| image_tag:
width: section.settings.image_1_mobile.width,
widths: mobile_widths,
height: section.settings.image_1_mobile.height,
alt: section.settings.image_1_mobile.alt,
class: 'hero__media',
sizes: sizes_mobile,
fetchpriority: fetch_priority,
data-testid: 'hero-mobile-image-1'
}}
{{
section.settings.video_1_mobile
| video_tag:
poster: nil,
autoplay: true,
loop: true,
controls: false,
muted: true,
class: 'hero__media',
data-testid: 'hero-mobile-video-1'
}}
{{
section.settings.image_2
| default: 'https://placehold.co/3840'
| image_tag:
width: section.settings.image_2.width,
widths: widths,
height: section.settings.image_2.height,
alt: section.settings.image_2.alt,
class: 'hero__media',
sizes: sizes,
fetchpriority: fetch_priority,
data-testid: 'hero-desktop-image-2'
}}
{{
section.settings.video_2
| video_tag:
poster: nil,
autoplay: true,
loop: true,
controls: false,
muted: true,
class: 'hero__media',
data-testid: 'hero-desktop-video-2'
}}
{{
section.settings.image_2_mobile
| default: 'https://placehold.co/1600'
| image_tag:
width: section.settings.image_2_mobile.width,
widths: mobile_widths,
height: section.settings.image_2_mobile.height,
alt: section.settings.image_2_mobile.alt,
class: 'hero__media',
sizes: sizes_mobile,
fetchpriority: fetch_priority,
data-testid: 'hero-mobile-image-2'
}}
{{
section.settings.video_2_mobile
| video_tag:
poster: nil,
autoplay: true,
loop: true,
controls: false,
muted: true,
class: 'hero__media',
data-testid: 'hero-mobile-video-2'
}}
{{
section.settings.image_1
| default: 'https://placehold.co/3840'
| image_tag:
width: section.settings.image_1.width,
widths: widths,
height: section.settings.image_1.height,
alt: '',
class: 'hero__media',
sizes: sizes
}}
{{
section.settings.image_2
| default: 'https://placehold.co/3840'
| image_tag:
width: section.settings.image_2.width,
widths: widths,
height: section.settings.image_2.height,
alt: '',
class: 'hero__media',
sizes: sizes
}}
{{ section.settings.image_1_mobile
| default: 'https://placehold.co/1600'
| image_tag: width: section.settings.image_1_mobile.width,
widths: mobile_widths,
height: section.settings.image_1_mobile.height,
alt: '',
class: 'hero__media',
sizes: sizes_mobile
}}
{{ section.settings.image_2_mobile
| default: 'https://placehold.co/1600'
| image_tag: width: section.settings.image_2_mobile.width,
widths: mobile_widths,
height: section.settings.image_2_mobile.height,
alt: '',
class: 'hero__media',
sizes: sizes_mobile
}}
{{ section.settings.image_2_mobile
| default: 'https://placehold.co/1600'
| image_tag: width: section.settings.image_2_mobile.width,
widths: mobile_widths,
height: section.settings.image_2_mobile.height,
alt: '',
class: 'hero__media',
sizes: sizes_mobile
}}
{{ section.settings.image_1_mobile
| default: 'https://placehold.co/1600'
| image_tag: width: section.settings.image_1_mobile.width,
widths: mobile_widths,
height: section.settings.image_1_mobile.height,
alt: '',
class: 'hero__media',
sizes: sizes_mobile
}}
{{ section.settings.image_2
| default: 'https://placehold.co/1600'
| image_tag: width: section.settings.image_2.width,
widths: widths,
height: section.settings.image_2.height,
alt: '',
class: 'hero__media',
sizes: sizes
}}
{{ section.settings.image_1
| default: 'https://placehold.co/1600'
| image_tag: width: section.settings.image_1.width,
widths: widths,
height: section.settings.image_1.height,
alt: '',
class: 'hero__media',
sizes: sizes
}}