How can I resize collection grid images in Dawn?

Alventura
Excursionist
19 0 8

Hello, 

As known Dawn makes some images pretty big and I've been trying to resize the collection grid images with little luck, was wondering if anyone had any tips or code for how to make the image previews not take up half the page for each image. 

ex.png

 

Thanks

Replies 3 (3)

CreatorsAlley
Excursionist
13 0 4

I have been looking for the same thing as well. a code to resize it and for it to be on one line. have you had any luck?

Alventura
Excursionist
19 0 8

Hey @CreatorsAlley I used some of my design time and had code made for the action, if you have some available I def recommend contacting them through support

CreatorsAlley
Excursionist
13 0 4

Hello,

 

I don't remember which form on here it was that i found it in assets collection on the bottom i added this:

@media screen and (min-width: 750px){

.collection-list--4-items .grid__item {

    width: 25% !important;

}

}

Let me know if it works for you. It resized the size for me and it put it on one line