Tagged: full screen, slider
Hi. is there a way to make the fullscreen slider scroll instead of parallax?
see here: http://mindsparklabz.com/dev/brock-law/
i’ve got a button on the first slide that gets covered up when scrolling down the page somethimes and I’m worried about smaller screens having trouble.
thanks
Hey MindSpark!
Thank you for using Enfold.
I’m not sure what you mean by that but if you try to resize the browser, you’ll see that the button is visible on smaller screen size.
Regards,
Ismael
Hey Ismael – I was wondering the same thing. Is there a way to remove the parallax on a fullscreen slider?
Found the answer in another thread :)
ul.avia-slideshow-inner {
transform: translate3d(0px, 0px, 0px) !important;
}
Thanks!