@social-mail/social-mail-client 1.8.354 → 1.8.355

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29261,6 +29261,9 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
29261
29261
  const src = iterator.getAttribute("src");
29262
29262
  iterator.setAttribute("controls", "true");
29263
29263
  iterator.setAttribute("crossorigin", "anonymous");
29264
+ if (iterator.style.maxWidth) {
29265
+ iterator.style.removeProperty("max-width");
29266
+ }
29264
29267
  if (src) {
29265
29268
  if (src.startsWith("cid:")) {
29266
29269
  cid = src.substring(4);