@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.
@@ -24449,6 +24449,9 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
24449
24449
  const src = iterator.getAttribute("src");
24450
24450
  iterator.setAttribute("controls", "true");
24451
24451
  iterator.setAttribute("crossorigin", "anonymous");
24452
+ if (iterator.style.maxWidth) {
24453
+ iterator.style.removeProperty("max-width");
24454
+ }
24452
24455
  if (src) {
24453
24456
  if (src.startsWith("cid:")) {
24454
24457
  cid = src.substring(4);