{% block editables %}
{% set rowImage = pimcore_image('rowImage', {
reload: true,
thumbnail: 'content-full'
}) %}
{% set rowVideo = pimcore_video('rowVideo', {
reload: true,
width: '100%',
height: '100%',
attributes: {
controls: false,
loop: 1,
autoplay: true,
playsinline: true,
muted: true
},
youtube: {
rel: 0,
controls: false,
loop: 1,
autoplay: true,
muted: true
}
}) %}
{% block view %}
{% endblock %}
{% endblock %}