@meduza/ui-kit-2 1.0.5 → 1.0.6

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.
@@ -1246,7 +1246,7 @@ const EmbedBlock = ({
1246
1246
  }, /*#__PURE__*/React.createElement("div", {
1247
1247
  className: makeClassName([[styles$r.objectWrap, true], [styles$r.isDefaultVideo, true]])
1248
1248
  }, /*#__PURE__*/React.createElement("video", {
1249
- src: videoFileUrl,
1249
+ src: `${videoFileUrl}#t=0.001`,
1250
1250
  controls: true,
1251
1251
  playsInline: true,
1252
1252
  preload: "metadata"