Viewing 7 reply threads
You must be logged in to reply to this topic.
Having an issue when seeing any page that has a parallax background image. Instead of showing image as it appears on desktop, it appears to zoom in to a small portion of the image and shows it as very pixelated. This is happening on a iPad pro, although I suspect it does the same on all iPads.
Is there a CSS fix for this?
Hello,
Can you please send us the link of the page where are you having this?
So we can give it a closer look.
Best regards!
Hello,
Please send us some valid wp credentials in a private reply. So we can fix this.
Best regards!
Hello,
Sorry for the late reply.
I added this code into the page’s custom css box:
@media (min-width: 768px) and (max-width: 1024px){
.section-style.parallax_section{
background-size: contain !important;
-webkit-background-size: cover !important;
background-position: center !important;
background-attachment: inherit !important;
}
}
Please check it in ipad. The parallax effect is removed but the image is responsive and showing up well.
Let us know.
Best regards!
You must be logged in to reply to this topic.