@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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.5",
2
+ "version": "1.0.6",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -110,7 +110,7 @@ export const EmbedBlock: React.FC<EmbedBlockProps> = ({
110
110
  ])}
111
111
  >
112
112
  <video
113
- src={videoFileUrl}
113
+ src={`${videoFileUrl}#t=0.001`}
114
114
  controls
115
115
  playsInline
116
116
  preload="metadata"