{if $delayVideoLoad}
{if $imageLoading == 'eager'}
{image image=$posterImage class="quiqqer-presentationBricks-backgroundVideo-poster" data-name="video-poster" alt="" loading="eager" fetchpriority="high"}
{else}
{image image=$posterImage class="quiqqer-presentationBricks-backgroundVideo-poster" data-name="video-poster" alt="" loading="lazy"}
{/if}
{else}
{/if}
{if $this->getAttribute('content') || $this->getAttribute('openVideoInPopup') === 'clickOnDefaultButton'}
{if $this->getAttribute('content')}
{$this->getAttribute('content')}
{/if}
{if $this->getAttribute('openVideoInPopup') === 'clickOnDefaultButton'}
{/if}
{/if}