DmitrMakeev commited on
Commit
7359462
·
verified ·
1 Parent(s): 9312760

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