-
AuthorPosts
-
October 20, 2019 at 4:32 pm #1149639
Hello!
I have a problem using color sections with background-images set to fixed.
It looks like ios devices seem to have a general problem with this type of background-images.But: it displays correctly on all ios devices that i have tested, except the ipad7 (new).
On ipad7 the background-images are displayed very very huge.Did you implement a workaround into the theme for fixed background images and this workaround does not address ipad7?
Seems strange.Thanks
October 21, 2019 at 4:52 am #1149700Hey tricon23,
Could you post a link to the site where you are having this problem so that we can have a closer look please?
Best regards,
RikardOctober 21, 2019 at 7:18 am #1149725sure,
latest wordpress,
latest enfold,
minimal setup for testing the issueOctober 21, 2019 at 10:15 am #1149772Hi tricon23,
Please have a look at the following links:
If you need further assistance please let us know.
Best regards,
VictoriaOctober 23, 2019 at 1:12 am #1150340Thanks for the inspiration. Based on this I was able to find a working solution.
Maybe it will be helpful for others:/* iPad Portrait */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
.avia-section {
background-attachment: scroll !important;
}
}/* iPad Landscape */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
.avia-section {
background-attachment: scroll !important;
}
}October 23, 2019 at 10:09 am #1150425Hi,
Great, I’m glad that you found a solution and thanks for sharing it. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardOctober 23, 2019 at 6:04 pm #1150562Close it – thanks
October 23, 2019 at 11:12 pm #1150686Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘background-attachment: fixed on iPad 7’ is closed to new replies.
