I would like to have my collection images fill the entire collection box, how can I make this happen?
Currently the collection image fills 75 percent of the collection box
I would like to have my collection images fill the entire collection box, how can I make this happen?
Currently the collection image fills 75 percent of the collection box
Hi @jhghidossi ,
Can you explain more in details? What will happened to the collection title?
In the picture below the collection picture dosent fill the entire collection box. I would like the whole this to be filled with the image I upload for each collection. Let me know if you need me to clarify more. Thanks!
Hi @jhghidossi ,
Thank you for clarifying. Just follow the instructions below.
NOTE: Depending on your image size, you might have to adjust the height below, and change it to 101%.
.collection-list .card.card--card.card--media{
overflow: hidden;
}
.collection-list div.card__media {
margin: 0;
width: 100%;
height: 100%;
}