Ever encountered an issue where scrolling up & down on mobile seems to cause the page background image to zoom in & out slightly?
*Doesn't appear to occur on desktop.
In Styles and properties > page background, I've tried changing,
(*the actual image size is 1440 × 1873)
Читать далее...
*Doesn't appear to occur on desktop.
In Styles and properties > page background, I've tried changing,
-to-background-repeat: no-repeat;
background-size: auto;
background-attachment: fixed;
background-position: center;
Click to expand...
-then-background-size: cover;
Click to expand...
No luck though.background-size: contain;
Click to expand...
(*the actual image size is 1440 × 1873)
Читать далее...