@social-mail/social-mail-client 1.4.9 → 1.4.10

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.
@@ -38314,7 +38314,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/core/di
38314
38314
  if (/^image\//.test(iterator.contentType)) {
38315
38315
  const af = this.createAppFile(iterator);
38316
38316
  const img = firstChild.ownerDocument.createElement("img");
38317
- img.src = iterator.url;
38317
+ img.src = fileUrl.webp(iterator, 700);
38318
38318
  img.setAttribute("data-content-id", af.contentID);
38319
38319
  this.draft.attachments.add(af);
38320
38320
  firstChild.appendChild(img);