Has anyone else tried custom styling their background images on iPads/Phones? When we do this the mobile mac os leaves long white spaces in what I assume is the headers and footers. As much as I prefer to employ a strict, traditional survey approach, we get more pressure everyday to up our visual game. Right now my background image css looks like this:
body {
background: url('link') no-repeat fixed center center / cover rgba(0, 0, 0, 0);
background-color: transparent; !important;
background-image:url('link');
background-size: 100%;
}
I have it tucked in the advanced/head tag section of a free format question. Any tips to get it to display properly on an iPad so I do not see blank rows of white space spanning across the page?