DmitrMakeev commited on
Commit
dd5c354
·
verified ·
1 Parent(s): dde2382

Update pages.html

Browse files
Files changed (1) hide show
  1. 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="frameborder="0" width="480" height="405"></div>`,
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
  }