[Solved] Why isnt the backgrounds showing on iphone/ipad? [closed]
You are using a CSS background on the img tag, I’m not sure if this is supported on iOS. One solution that I am pretty sure will work is using the following CSS applied to the wrapping a tags instead: div.pure-g-r a{ display: block; width: 100%; height: 100%; } div.gano-box a{ background: -default image here-; … Read more