How can I automatically resize multiple images to the same size?

Hi guys, how can assist me solve this issue !?
I want those image can all same size or outlook

Thanks in advance !

Hi, @Junkit_0622 .

Follow These steps,

Go to the online store theme and go to base.css file paste the code mentiond below.

ul#Slider-template--19556170563895__952ed759-1244-4ce9-b4db-df0e94085796 img.multicolumn-card__image {
    width: 100% !important;
    height: auto !important;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Hi Websensepro, i tried but it’s still no work !

anyway, thanks for your reply !