@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.
- package/dist/ui-kit-2.cjs.development.js +2 -1
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +2 -1
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/EmbedBlock/EmbedBlock.tsx +1 -0
|
@@ -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", {
|