Is it possible to keep the images in the home page featured boxes from stretching to fit the available space? I’m building a photography site and need my images to stay at the same aspect ratio as uploaded. So far I’ve made it happen by expanding the canvas around my photos to 1000px with the image in the middle, but I’m hoping that’s just a temporary solution.
The features boxes images should be uploaded at the configured height and computed width (content width divided by the number of columns). The theme then resizes them on view while keeping their aspect ratio.
If the currently configured image height and site width/column count cause the images to get cropped in an undesirable way, adjust the configurable values to better fit the images.