Hey guys,
I'm building a photo product website and since Squarespace only lets you chose one default aspect ratio I was originally placing all of the horizontal photos in 3:4 white backgrounds so it could all match.
This works but now I'm realizing it makes the spacing between the titles and photos different for horizontal and vertical photos.
I found code to make both sizes fit but still doesn't change the spacing between title and photo.
.products.collection-content-wrapper .grid-item .grid-image-cover {
object-fit: contain !important;
}
Just to note I'm not using this code currently on the site but it does work, just need to figure out the titles!
site: https://www.melodiemcdanielprints.com
pw: melprints
thanks!