Update pages.html
Browse files- pages.html +2 -2
pages.html
CHANGED
@@ -761,7 +761,7 @@ editor.Blocks.add('video-player-settings-block', {
|
|
761 |
|
762 |
editor.BlockManager.add('custom-player', {
|
763 |
label: 'Custom Player',
|
764 |
-
content: `<div id="player" style="frameborder="0" width="
|
765 |
attributes: {
|
766 |
class: 'fa fa-play'
|
767 |
}
|
@@ -794,7 +794,7 @@ editor.CssComposer.addRules(`
|
|
794 |
|
795 |
editor.BlockManager.add('custom-iframe', {
|
796 |
label: 'Custom Iframe',
|
797 |
-
content: `<iframe id="custom-iframe" frameborder="0" width="
|
798 |
attributes: {
|
799 |
class: 'fa fa-video-camera'
|
800 |
}
|
|
|
761 |
|
762 |
editor.BlockManager.add('custom-player', {
|
763 |
label: 'Custom Player',
|
764 |
+
content: `<div id="player" style="frameborder="0" width="480" height="405"></div>`,
|
765 |
attributes: {
|
766 |
class: 'fa fa-play'
|
767 |
}
|
|
|
794 |
|
795 |
editor.BlockManager.add('custom-iframe', {
|
796 |
label: 'Custom Iframe',
|
797 |
+
content: `<iframe id="custom-iframe" frameborder="0" width="480" height="405" src="https://rutube.ru/play/embed/538dc9cc0b952dd52f47e28df7df5e81/" allow="clipboard-write; autoplay" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: relative; top: 0; margin: 0 auto; display: block;"></iframe>`,
|
798 |
attributes: {
|
799 |
class: 'fa fa-video-camera'
|
800 |
}
|