@bigbinary/neeto-editor 1.47.44 → 1.47.45
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/dist/Editor.js +5 -3
- package/dist/Editor.js.map +1 -1
- package/dist/cjs/Editor.cjs.js +5 -3
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/dist/editor-stats.html +1 -1
- package/package.json +1 -1
package/dist/cjs/Editor.cjs.js
CHANGED
|
@@ -20143,8 +20143,8 @@ var getEmbedAttributes = function getEmbedAttributes() {
|
|
|
20143
20143
|
"default": null
|
|
20144
20144
|
},
|
|
20145
20145
|
frameBorder: "0",
|
|
20146
|
-
allow: "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
|
|
20147
|
-
allowfullscreen:
|
|
20146
|
+
allow: "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen",
|
|
20147
|
+
allowfullscreen: true
|
|
20148
20148
|
};
|
|
20149
20149
|
};
|
|
20150
20150
|
var renderEmbedHTML = function renderEmbedHTML(node, HTMLAttributes, options) {
|
|
@@ -20157,7 +20157,9 @@ var renderEmbedHTML = function renderEmbedHTML(node, HTMLAttributes, options) {
|
|
|
20157
20157
|
}, ["div", {
|
|
20158
20158
|
"class": "neeto-editor__video-iframe",
|
|
20159
20159
|
style: "width: ".concat(figwidth, "px; height: ").concat(figheight, "px;")
|
|
20160
|
-
}, ["iframe", Menu$3.mergeAttributes(options.HTMLAttributes, HTMLAttributes)
|
|
20160
|
+
}, ["iframe", Menu$3.mergeAttributes(options.HTMLAttributes, _objectSpread$1(_objectSpread$1({}, HTMLAttributes), {}, {
|
|
20161
|
+
allowfullscreen: true
|
|
20162
|
+
}))]]];
|
|
20161
20163
|
};
|
|
20162
20164
|
var renderUploadHTML = function renderUploadHTML(node, HTMLAttributes, options) {
|
|
20163
20165
|
var _node$attrs2 = node.attrs,
|