I have the following widths configured:
widths: [1800, 1200, 900, 600, 350]
On an image with original width 1500 and using the following code for src: helpers.images.largest('/images/photo-2.jpg',{maxWidth:400}).relative
Expected:
return value of photo-2-ejs-350.jpg
Actual:
return value of photo-2-ejs-1200.jpg
I have deleted my manifest and regenerated to no avail.