Archived topic
Hero block(?) looks bad on ipad
4 replies · Started by Cynthia on August 21, 2021
So I'm using the site library template Wordsmith. The top picture block (I believe it is called the hero block) looks great on desktop and iphone but when I go to my ipad it is only showing the very top portion of my picture. Can you help me fix this? Thanks
Hi there,
add this CSS to your site:
@media (pointer: coarse) {
.gb-container,
.gb-container:before {
background-attachment: initial !important;
}
}
It will disable the fixed background images on touch devices, this will overcome the iOS bug that over inflates the image.
perfect. Thank you :)
:)
You're welcome