Sign up (with export icon)

email/transformations/transformemailimagewidthattributes

Api-module iconmodule

Constants

  • Removes 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;">