email/transformations/transformemailimagewidthattributes
module
Constants
module:email/transformations/transformemailimagewidthattributes~transformEmailImageWidthAttributesRemoves width and height attributes from images that have width defined in styles. This helps to prevent issues with image scaling in some email clients.
Example:
<img style="width: 100px;" width="200" height="150">→<img style="width: 100px; height: auto;">