I’m using the Enfold theme with the wedding demo and have configured some of the images be to parallax instead of fixed. However, when accessing the site on my iPhone the images are showing as fixed instead of parallax and cutting off heads, etc.
Is there another setting needed to get parallax to work on mobile devices?
Thank you,
– Dan
Hey synapse7!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
#who .av-parallax {
background-position: 50% 25%!important;
}}
Best regards,
Yigit
Thanks, Yigit, I tried adding that code but nothing seems to have changed. Is it working for you now?
Hi!
refer to this answer from Kriesi: https://kriesi.at/support/topic/no-parallax-effect-in-mobile-devices/#post-259000
Best regards,
Andy
Does that mean there is no way to reenable it? Parallax seems to be working for many sites I visit on my phone including Squarespace.
Are there any plans to bring support for parallax back?