iPad Users: Known Issue Viewing Home Page Photos

There is a known issue with Apple Safari on iPads running iOS 13.1 and above: The home page photos of some websites are magnified beyond recognition.

The issue occurs when using Safari on iPads running iOS 13.1 and above to view websites built with the WordPress 2017 theme.

The issue does not affect iPhones using Safari or iPads using other browsers or running earlier versions of the iOS.

SITE OWNER WORKAROUND: See this post on the WordPress forum. Look for the comment by user PhillipPrem, copy the snippet of CSS suggested (also shown below), paste it into the Custom CSS area (Appearance > Customize > Additional CSS), and click Publish.

The code snipped is as follows.

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
.background-fixed .panel-image {
background-attachment: unset;
}}

USER WORKAROUND FOR AFFECTED SITES: Click menu links at the top or bottom of the page to view pages and photos as they should display.

~KMK

© Kelly Manjula Koza unless otherwise noted.