Tagged: image sizes, portfolio grid
Hi,
How can I get thumnails in portfolio at the same height? See this page for example: http://wissekerketechniek.nl/nwcms/product/j-a-becker/
Portfolio grid is on size manually and image size 260×185
thanks in advance,
Ariane
Hi ariane1001!
Try adding this to your custom CSS.
.grid-image img { min-height: 238px !important; }
Cheers!
Elliott