Shopify / slate

Slate is a toolkit for developing Shopify themes. It's designed to assist your workflow and speed up the process of developing, testing, and deploying themes.
https://shopify.github.io/slate
MIT License
1.28k stars 364 forks source link

Responsive Image with Object Fit #1047

Open josefarrugia opened 4 years ago

josefarrugia commented 4 years ago

Hi there 👋🏽

I am currently using the responsive-image.liquid snippet. I am trying to implement the images as object-fit: cover with a set height for the container, however, noticed that there's an aspect ratio being added to the image itself.

How do I go about circumventing this?