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