-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin: Images - maxWidth not being respected in largest() function #138
Comments
Here's the fix for the issue:
|
TY this is great. I'll test this out and if a PR doesn't already exist, can create one. EDIT: Looks like you already did! 😃 |
This will be picked up on the We've got ElderGuide.com migrated over, we'll get FindEnergy.com and the others moved then release Included here: 52354e2 |
I have the following widths configured:
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.
The text was updated successfully, but these errors were encountered: