File: D:/HostingSpaces/meuwis/lmbm.be/resources/views/site/partials/blocks/largeVideoHeaderRow.blade.php
<div class="large-header-image" id="large-header-image">
<div class="grid-row">
<div id="image-slider-home" class="image-slider header-image">
<div class="placeholder">
<div style="padding:{{$aspectRatio}} 0 0 0;position:relative;">
<iframe src="https://www.youtube.com/embed/{{$youtubeVideoCode}}?autoplay=1&controls=0&modestbranding=1&mute=1&loop=1&playlist={{$youtubeVideoCode}}"
id="ytplayer"
type="text/html"
style="position:absolute;top:0;left:0;width:100%;height:100%;"
width="720" height="405"
frameborder="0" allow="autoplay; fullscreen" allowfullscreen>
</iframe>
</div>
</div>
</div>
</div>
</div>