Hi,
I want to integrate inside a “Custom Liquid” a video that runs in a loop, has a white or black overlay, and a logo on top. I have the video and logo part but I don’t know how to put a white or black overlay on top of the video but not on top of the logo.
Any ideas? This is my code as of now:
<video
muted=“”
preload=“”
loop=“loop” autoplay=“autoplay” height=“auto”
width=“100%”>
Thanks.