Hi I have created a couple of sections on a page to have the same fixed lower image background. On desktop they look great and in Pro they work perfectly across all breakpoint but on iPhone / iPad the background image is not fixed and is zoomed in and blurry.
Current css from this forum is:
.x-bg .x-bg-layer-lower-image,
.x-bg .x-bg-layer-upper-image {
background-attachment: fixed;
}
it works well but not on mobile?