@micromag/element-video 0.3.791 → 0.3.792

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.
Files changed (2) hide show
  1. package/es/index.js +1 -1
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -317,7 +317,7 @@ var Video = function Video(_ref) {
317
317
  }
318
318
  },
319
319
  src: sources === null && shouldLoad ? "".concat(mediaUrl, "#t=0.001") : null,
320
- autoPlay: autoPlay && !paused && !hasPlayedRef.current,
320
+ autoPlay: autoPlay && !paused && !hasPlayedRef.current && muted,
321
321
  loop: loop,
322
322
  muted: muted,
323
323
  poster: shouldLoad && withPoster && finalThumbnail !== null ? finalThumbnail.url || null : null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-video",
3
- "version": "0.3.791",
3
+ "version": "0.3.792",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -72,5 +72,5 @@
72
72
  "access": "public",
73
73
  "registry": "https://registry.npmjs.org/"
74
74
  },
75
- "gitHead": "43b8c9e65fa573fc25b0fe25a10a5b73c015de98"
75
+ "gitHead": "0212271243811112db66fe3393287da15ff28384"
76
76
  }