Hi there!
I am working on a photography portfolio website. Because the original images will be quite big in filesize, I’d like to display thimbs on the portfolio overview. I use masonry to layout the images. Now I would like to resize the image/thumb in such a way that only the width is set and that the height will change accordingly to the original width-height ratio. Is there a way to do this? I tried doing this by adding a wildcard to the resize method: {{ image.cropResize(480,*).url }}
, but unfortunately this did not work. Is there another way to do it?
Cheers!
Ernest