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="
|
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="width: 480px; height: 270px; border: 3px solid black; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0;"></div>`,
|
765 |
attributes: {
|
766 |
class: 'fa fa-play'
|
767 |
}
|