Page 1 of 1

***SOLVED***Image sizes for product list

Posted: Wed Oct 07, 2020 4:58 am
by tremara
In one of my projects I have product lists with an image and title. There are Many images not all the same size at the moment I am using layout-grid with the image and the text below. This works ok but editing when something changes is a pain. I was looking at changing to using cards in the layout-grid but the images being different sizes make the cards different sizes. I was wondering if there is another solution I have not seen yet??....Thanks ...Trev

Re: Image sizes for product list

Posted: Wed Oct 07, 2020 6:23 am
by Pablo
I do not have a standard solution for this. All available solutions respect the aspect ratio, so if the images have different sizes then you will always end up with a different sized containers.

Re: Image sizes for product list

Posted: Wed Oct 07, 2020 8:44 am
by tremara
Thanks....I thought that might be the case...I guess I was just trying to avoid the quite large job of making all the images the same size....
Thanks again Trev

Re: Image sizes for product list

Posted: Wed Oct 07, 2020 11:35 am
by wwonderfull
in that case you have to make the image contain and not cover nor fixed. Best option would be resize and cropping the image to make it a precise and boxy size. That would make the layout look beautiful and also make it more disciplined in the grids.

Re: Image sizes for product list

Posted: Thu Oct 08, 2020 8:54 am
by tremara
Thanks wwonderfull .....