DmitrMakeev
commited on
Update pages.html
Browse files- pages.html +1 -1
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="width
|
765 |
attributes: {
|
766 |
class: 'fa fa-play'
|
767 |
}
|
|
|
761 |
|
762 |
editor.BlockManager.add('custom-player', {
|
763 |
label: 'Custom Player',
|
764 |
+
content: `<div id="player" style="frameborder="0" width="720" height="405"></div>`,
|
765 |
attributes: {
|
766 |
class: 'fa fa-play'
|
767 |
}
|