Hi guys, I sent you an email about this but didn't get a response.
I would like to create a new website with this kind of front page: https://www.otherhalfcreative.com/
It has a video playing from streaming service Vimeo, it looks like they used Square space:<div class="sqs-video-background content-fill" data-config-url="https://vimeo.com/435772701" data-config-playback-speed="0.5" data-config-filter="1" data-config-filter-strength="0">
What is the easiest way for me to achieve the exact same result? None of your templates have much video background options other than HTML 5 video.
I found what I did in the past with Canvas:
<div class="video-wrap no-fv" style="background: url('images/portfolio/coverimage.jpg') no-repeat center center; background-size: cover;">
<iframe src="https://player.vimeo.com/video/177035211?&background=1" width="130%" height="150%" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: relative; top: -25%; left: -15%;" class="hidden-xxs hidden-xs"></iframe>
</div>This was back in 2019, so I'm not sure if it'll still work on the latest version. Would this work on the latest version?
Thanks
