Hello,
I used portfolio grid for my product page to sort the categories. The featured images are different sizes.
In the settings of the grid I have set the thumbnail size to manually, but the thumbnails are in different aspect ration which looks very ugly.
Would you please advise how I can do?
I want to have the page like this..
http://kriesi.at/themes/enfold/portfolio/portfolio-3-column/
thanks so much!
Hi maggiech!
Which size did you select? Can you send us a link to your page so we can take a look?
If your using the no scaling option and want them to be all the same size then you could try some CSS like this.
.grid-image img { min-height: 300px !important; }
But that might look weird.
Cheers!
Elliott