Update js/rus/rus.js
Browse files- js/rus/rus.js +2 -2
js/rus/rus.js
CHANGED
@@ -578,8 +578,8 @@ editor.BlockManager.add('custom-iframe', {
|
|
578 |
});
|
579 |
editor.CssComposer.addRules(`
|
580 |
#custom-iframe {
|
581 |
-
width:
|
582 |
-
height:
|
583 |
border: none;
|
584 |
margin: 0 auto;
|
585 |
position: relative;
|
|
|
578 |
});
|
579 |
editor.CssComposer.addRules(`
|
580 |
#custom-iframe {
|
581 |
+
width: 720px;
|
582 |
+
height: 480px;
|
583 |
border: none;
|
584 |
margin: 0 auto;
|
585 |
position: relative;
|