@micromag/screen-video 0.3.198 → 0.3.199
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/es/index.js +2 -0
- package/lib/index.js +2 -0
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -321,6 +321,8 @@ var VideoScreen = function VideoScreen(_ref) {
|
|
|
321
321
|
resolution: resolution,
|
|
322
322
|
shouldLoad: mediaShouldLoad
|
|
323
323
|
}) : /*#__PURE__*/React.createElement(Video, Object.assign({}, finalVideo, {
|
|
324
|
+
width: resizedVideoWidth,
|
|
325
|
+
height: resizedVideoHeight,
|
|
324
326
|
paused: !videoPlaying,
|
|
325
327
|
muted: muted,
|
|
326
328
|
mediaRef: mediaRef,
|
package/lib/index.js
CHANGED
|
@@ -341,6 +341,8 @@ var VideoScreen = function VideoScreen(_ref) {
|
|
|
341
341
|
resolution: resolution,
|
|
342
342
|
shouldLoad: mediaShouldLoad
|
|
343
343
|
}) : /*#__PURE__*/React__default["default"].createElement(Video__default["default"], Object.assign({}, finalVideo, {
|
|
344
|
+
width: resizedVideoWidth,
|
|
345
|
+
height: resizedVideoHeight,
|
|
344
346
|
paused: !videoPlaying,
|
|
345
347
|
muted: muted,
|
|
346
348
|
mediaRef: mediaRef,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-video",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.199",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "79e35db022cb98076504985cd5901ef7057f4383"
|
|
72
72
|
}
|