Firstly you theme is very good and I look forward to using it for future clients. This is the only question we have.
On the ipad pro, especially when in landscape mode. the Home parallax image shows as a big blur. This happens to a lesser extent when in portrait mode.
On all other devices the home parallax image displays correctly.
We have tried using images of different resolutions but the problem remains.
Hi,
Firstly you theme is very good and I look forward to using it for future clients. This is the only question we have.
On the ipad pro, especially when in landscape mode. the Home parallax image shows as a big blur. This happens to a lesser extent when in portrait mode.
On all other devices the home parallax image displays correctly.
We have tried using images of different resolutions but the problem remains.
Can you plz send us screenshots with the blurred image. You are using Image Parallax as home section type, correct?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Not only with the image of course, with the entire screen.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi,
Thanks for the reply.
Sorry, I should have mentioned yes it's parallax.
attached is the screen shot from the ipad pro
Try adding
.parallax {
background-attachment: initial !important;
}
in theme options -> styling options -> custom css
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Unfortunately this messes up the other parallax section on the same page.
It shows the backgrounds behind the images when scrolling down.
Can I give the 1 section an ID and apply this css just to it?
Hi,
Try please with
#home.parallax {
background-attachment: initial !important;
}
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
is it possible only to change for the iPad Pro? Because everything you answered has impact either on the desktop versions;-( Thanks for your answer;-)
Jens
Hello Jens
Try adding the CSS below in an ipad specific media query:
https://identifywebdesign.co.uk/css-media-queries-for-the-ipad-pro/
https://css-tricks.com/snippets/css/ipad-specific-css/
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy