{%- if editmode -%} {{ pimcore_image('startImage', { height: 400 }) }} {%- else -%} {%- set start_image = pimcore_image('startImage') -%} {{ start_image.thumbnail('brick-' ~ brick.id).html({ 'disableAutoAlt': true, 'alt': get_image_i18n_alt(start_image, ''), 'pictureAttributes': { 'class': 'w-100 h-100 d-block user-select-none pointer-events-none mb-40 mb-xl-0' }, 'imgAttributes': { 'class': 'w-100 h-100 object-fit-cover lazyload', 'width': '100%', 'height': '100%', } }) | raw }} {%- endif -%}
{{ pimcore_areablock('twoColumns3Col2AreaBlock', { 'globalParams': { 'parentIndexes': parent_indexes | merge([1]) }, 'allowed': allowed }) }}