Photos are extremely pixelated in the iPad pro(2021) – see screenshots:
https://snipboard.io/YpPvV5.jpg
https://snipboard.io/au2rWh.jpg
Looks like this is something other than the retina resolution as the photos are 1500px wide
Hey frankeee,
Thank you for the inquiry.
Did you set the Background Attachment property to Fixed? Please try to set it back to Scroll temporarily or add this css code.
.avia_mobile .avia-full-stretch {
background-attachment: scroll !important;
}
.avia-bg-style-fixed {
background-attachment: scroll !important;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards. Let us know if this helps.
Best regards,
Ismael
Hi Ismael,
thanks very much – this is working!