I have a parallaxed background image on a site I’m developing. The image parallaxs in all browsers except FireFox. Anyone have any ideas?
Thanks!
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
I have a parallaxed background image on a site I’m developing. The image parallaxs in all browsers except FireFox. Anyone have any ideas?
Thanks!
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
Can you please provide your read only link?
The site is here: http://www.365site.whitehotstaging.com
I think I narrowed it down to the transform css tag I’m using the stretch the video above the parallax
.video {
z-index: 1;
min-width: 100%;
min-height: 100%;
width: auto;
height: 100vh;
transform: translateX(-50%) translateY(-50%);
position: absolute;
top: 50%;
left: 50%;
}
Thanks for the help.
As far as i know you cannot do video parallax in webflow.