- Issue created by @pinesso
1 - Use the Banner Hero Block;
2 - Create the block adding just the image file;
3 - Save the block and place it whenever place you want at your page or layout;
The banner should render the image set at the Banner Hero block.
The banner is showing as a video Banner instead a background image.
Update the block--ixm-blocks-hero.html.twig
Check the line #55
Update the if condition to:
{% if item['#paragraph'].field_media_element.0.entity %}
{% if item['#paragraph'].field_media_element.0.entity.image.entity.uri.value %}
No
No
No
No
Needs work
1.0
Code