Intro disappearing on mouse scroll
-
I need the video just to keep playing on loop, without an option to scroll down.
the reason why I insist on using the Intro mode is because I want to show the video only on desktop and hide it on mobile (thanks for making this option!) and get straight to the homepage's content.
-
Dear @spontans
When in > customizer > Intro - setting the timeout to '0' turns this off.
Scrolling doesn't affect my intro either.
If you really want to disable any mouse click occurring (which would trigger intro to disappear ) add the following CSS into 'Lay options - Custom CSS & HTML'.intro { pointer-events: none !important; }If you wish to have the CSS only apply on either Mobile or Desktop, Add the CSS into "Custom CSS for Desktop Version"
Area or 'Custom CSS for Mobile Version' respectively.Hope this helps :)
Best wishes
Richard