You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have updated our solution, and I believe your issue has been fixed. If you still see the issue with the latest version (v4.2), please feel free to reopen the issue.
If the image name contains x alphabet in its name, the scaling is not as expected.
The reason for this issue is code in
process(event)
function ofthumbor-mapping.js
fileNow due to this code, if the image name contain x alphabet, the value of 'this.edits.resize.width' and
this.edits.resize.height
set asNaN
.Thus the system is unable to scale the image.
e.g. URL https://.cloudfront.net/300x300/demoxname.jpg
The text was updated successfully, but these errors were encountered: