Skip to content

Update drupalimageediting.js

upcast wrongly assumes that the "width" attribute value is always px add a logic, if width/height is a numeric value, which means it is a px value, add 'px' at the end. If width/height has ###%, don't add ''px

Closes #3249592

Merge request reports