@meduza/ui-kit-2 1.0.3 → 1.0.5

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.
@@ -1161,6 +1161,7 @@ const EmbedGif = ({
1161
1161
  }))));
1162
1162
  };
1163
1163
 
1164
+ /* eslint-disable react/no-unknown-property */
1164
1165
  /* eslint-disable jsx-a11y/media-has-caption */
1165
1166
  const EmbedBlock = ({
1166
1167
  block,
@@ -1246,7 +1247,9 @@ const EmbedBlock = ({
1246
1247
  className: makeClassName([[styles$r.objectWrap, true], [styles$r.isDefaultVideo, true]])
1247
1248
  }, /*#__PURE__*/React.createElement("video", {
1248
1249
  src: videoFileUrl,
1249
- controls: true
1250
+ controls: true,
1251
+ playsInline: true,
1252
+ preload: "metadata"
1250
1253
  })));
1251
1254
  }
1252
1255
  return /*#__PURE__*/React.createElement("div", {