Hello all,
Does anyone know how I can make my background video “fixed” like how you can do for images? Is this even possible??
Here is my public share link: LINK
(how to access public share link)
Hello all,
Does anyone know how I can make my background video “fixed” like how you can do for images? Is this even possible??
Here is my public share link: LINK
(how to access public share link)
Can you specify or give some examples of what you mean fixed?
Like giving it the position:fixed
?
Thank you for your reply! I am looking for something like this:
body {
background-image: url(‘w3css.gif’);
background-repeat: no-repeat;
background-attachment: fixed;
}
or
Video is not an image. You can fix the entire video element’s position instead.
I understand that. Thank you for your reply. If it helps to explain, I’m trying to fix my header video so that the next sections would scroll over it (like using the fixed BGimg option in Webflow). There is no option to do that
Yes, me and vlad already said you can use position:fixed on the video component.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.