{%- set image = element.property('featured_image') -%}
{{ image.thumbnail('blog-listing-featured-image').html({
'disableAutoAlt': true,
'alt': get_image_i18n_alt(image, ''),
'useDataSrc': true,
'pictureAttributes': {
'class': 'w-100 h-100 d-block ratio ratio-3x2 overflow-hidden user-select-none pointer-events-none'
},
'imgAttributes': {
'class': 'd-block w-100 h-100 object-fit-cover lazyload'
}
}) | raw }}