Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How to resize Collection List images?

Solved

How to resize Collection List images?

OIMA
Tourist
15 0 1

Currently, the images are 1:1, but I want a 21:9 aspect ratio (basically different resolutions). When I try a 21:9 image, the collection list image stays 1:1. How do I change that?

 

https://f3aa00-b9.myshopify.com/

Password: Salasanaa20022!

 

Current:

example01.png

 

Goal (this is what I want when using an another picture with a different aspect ratio):

example02.png

 

Thanks!

Accepted Solution (1)
store-crafters
Shopify Partner
24 1 2

This is an accepted solution.

Place the below code in your base.css file 

.collection-list .card__inner.ratio { aspect-ratio: 21/9; display: unset; }

and if it does work for you please do leave a like 🙂

View solution in original post

Replies 5 (5)
OIMA
Tourist
15 0 1

https://f3aa00-b9.myshopify.com/

Password: Salasanaa20022!

store-crafters
Shopify Partner
24 1 2

tanish_debugger_0-1717481519319.png


something like this?

OIMA
Tourist
15 0 1

Yes!

store-crafters
Shopify Partner
24 1 2

This is an accepted solution.

Place the below code in your base.css file 

.collection-list .card__inner.ratio { aspect-ratio: 21/9; display: unset; }

and if it does work for you please do leave a like 🙂

OIMA
Tourist
15 0 1

Thank you so much!