This topic has 6 replies, 3 voices, and was last updated 4 years, 2 months ago ago by Rose Tyler
Hi,
I am building this fixed background: https://ibb.co/1GDhhXm
May I ask how can I make the background fixed on the mobile version?
https://www.loom.com/share/cf56690b78cf435dbd82efadddb58066
Thank you
Hi,
Please send me the Password to view site
Regards,
Hung PD
Hello
Hello,
Add the next code:
body .et-attachment-fixed.et-parallax {
background-attachment: fixed !important;
backface-visibility: hidden;
}
Regards
How can I enlarge the image on the mobile version?
Like this: https://www.loom.com/share/9ce6220f72034bc98ad44292aa105ae9
It is like this now: https://www.loom.com/share/ae95b98e09c54eb4ba6bdcc607b77a23
Thank you
Change the previous code to:
body .et-attachment-fixed.et-parallax {
background-attachment: fixed !important;
background-size: auto !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up