Section Background Center No-Repeat Fixed Cover iPad visual bug
Hi,
I just selected a wide image for a section background and selected Center No-Repeat Fixed Cover.
On desktop it performs great, like a page background showing only within that section.
On android smartphone it defaults to a fixed backgroudn and it is preaty much ok showing it's content from tob to bottom and being cut on the sides (more on portrait than on landscape). No parallax behavior.
Now, on my iPad mini 2 (ios 9.0.1) the image is showing as a fixed centered at the bottom with a 1 to 1 resolution. Looks terrible. Its a pixelated binder that a lady is holding. Only no lady to be seen lol.
Is this a known issue with a specific setting?
I just selected a wide image for a section background and selected Center No-Repeat Fixed Cover.
On desktop it performs great, like a page background showing only within that section.
On android smartphone it defaults to a fixed backgroudn and it is preaty much ok showing it's content from tob to bottom and being cut on the sides (more on portrait than on landscape). No parallax behavior.
Now, on my iPad mini 2 (ios 9.0.1) the image is showing as a fixed centered at the bottom with a 1 to 1 resolution. Looks terrible. Its a pixelated binder that a lady is holding. Only no lady to be seen lol.
Is this a known issue with a specific setting?
Comments
I went with this solution:
@supports (-webkit-text-size-adjust:none) and (not (-ms-accelerator:true)) {
.myBGclass {
background-attachment: scroll!important;
}
This targets ios devices leaving a static cover background. But it works as you intended on desktop browsers.
Can you implement this fix on the theme's css and check with the other section background modes?