How can I fix my collection image not displaying fully on mobile?

Hey!

My collection image is not showing 100% on the phone screen, however it is alright on desktop.

How to fix this?

this is the phone screen, image is cut on both sides vertically

and this is how it should look like, below

website: https://theroundcloud.myshopify.com/

pass: aaaaaaaa

Thanks!!

Hi,

To solved that issue, you can add this code to assets/component-card.css file:

.collage__item .card__media .media img{
   object-fit: contain;
}

Thx!!