Is there a way to control how much of the tile the image takes up in grid view? A few of my testers have pointed out the images are quite 'zoomed in' and cropped.
Unfortunately there's nothing much that can be done. The background images use "background-size: cover" which tries to fit the image as best as possible.
Try using 1.6 aspect ratio for you images (e.g. 640x400)
Is there a way to control how much of the tile the image takes up in grid view? A few of my testers have pointed out the images are quite 'zoomed in' and cropped.
Thanks
bump
Hi,
Unfortunately there's nothing much that can be done. The background images use "background-size: cover" which tries to fit the image as best as possible.
Try using 1.6 aspect ratio for you images (e.g. 640x400)
Stachethemes Developer