@meduza/ui-kit-2 1.0.9 → 1.1.0

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.
@@ -1265,7 +1265,8 @@ const EmbedBlock = ({
1265
1265
  src: videoFileUrl,
1266
1266
  poster: thumbnailToImagePath(thumbnailUrl),
1267
1267
  controls: true,
1268
- playsInline: true
1268
+ playsInline: true,
1269
+ preload: "none"
1269
1270
  })));
1270
1271
  }
1271
1272
  return /*#__PURE__*/React.createElement("div", {