File: /var/www/linde/wp-content/themes/linde/templates/page-elements/views/element05.twig
{#
Element ID: Element05
Element Name: Full width image
#}
<section id="{{ element.html_id  }}" class="img-section">
        <picture>
            <source srcset="{{  TimberImage(element.image).src }}" media="(min-width: 620px)">
            <img class="" src="{{  TimberImage(element.image_mobile).src }}" alt="{{  TimberImage(element.image).alt }}" />
        </picture>
        <div class="caption">
            <div class="container">
                <h4 class="">{{ element.title }}</h4>
            </div>
        </div>
</section>