Fixed image placement when scrolling

Page scrolls over the top of a seemingly static image

Set image as background for a section

Attachment: Fixed

Display Size: Cover

If it doesn’t work on table and mobile?

Add this to the sections Advanced > Custom CSS <<Turns out this doesn’t work for mobile (iOS)

selector {
  background-attachment: fixed !important;
  transform: none;
}