RubyGems
npm
Organizations
Log in
Sign up
npm
@flozy/editor
Versions diffs
4.4.4 → 4.4.6
@flozy/editor 4.4.4 → 4.4.6
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/dist/Editor/Elements/Embed/Video.js
+2
-1
package/dist/Editor/utils/customHooks/useResize.js
+1
-1
package/package.json
+1
-1
package/dist/Editor/Elements/Embed/Video.js
CHANGED
Viewed
@@ -53,7 +53,8 @@ const VideoContent = props => {
53
53
...videoSX
54
54
},
55
55
src: embedURL,
56
-
title: alt
56
+
title: alt
,
57
+
allowFullScreen: true
57
58
});
58
59
};
59
60
const VideoPlaceholder = props => {
package/dist/Editor/utils/customHooks/useResize.js
CHANGED
Viewed
@@ -10,7 +10,7 @@ const useResize = ({
10
10
const defaultSize = getBreakPointsValue(allSize);
11
11
const {
12
12
width,
13
-
height
13
+
height
= 370
14
14
} = parentDOM?.getBoundingClientRect() || {
15
15
...defaultSize
16
16
};
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@flozy/editor",
3
-
"version": "4.4.
4
",
3
+
"version": "4.4.
6
",
4
4
"description": "An Editor for flozy app brain",
5
5
"files": [
6
6
"dist"