Hello!
Can you help me to get Parallax for Mobile Devices on my page?
My Webpage is designblechinger.eu
Hello!
Can you help me to get Parallax for Mobile Devices on my page?
My Webpage is designblechinger.eu
Hi there,
The parallax still is disabled in mobile for performance reasons. You need custom code to make it work on the mobile device. Which is beyond our theme support scope.
Please try adding this CSS to your theme option -> Global CSS.
@media (max-width:979px){
.x-section.bg-image.parallax, .x-section.bg-pattern.parallax {
background-attachment: fixed !important;
background-position: center center !important;
}
}
We aren’t sure if the code will work 100%, but you try it.
Thanks for understanding!
Thank you for the code, but the parallax doesnt work on iPhone 7
Hi @mark88008 ,
Thanks for writing in.
About the parallax, it’s disabled on IOS. Please check this https://stackoverflow.com/questions/23236158/how-to-replicate-background-attachment-fixed-on-ios. It’s the reason it is disabled on mobile so it would look the same in all devices.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.