editor-rtl.css
7 months ago
editor-rtl.min.css
1 month ago
editor.css
7 months ago
editor.min.css
1 month ago
videopress-editor-style-rtl.css
4 years ago
videopress-editor-style-rtl.min.css
4 years ago
videopress-editor-style.css
7 months ago
videopress-editor-style.min.css
4 years ago
videopress-editor-style.css
24 lines
| 1 | /** |
| 2 | * VideoPress styles for Editor |
| 3 | */ |
| 4 | .videopress-editor-wrapper { |
| 5 | position: relative; |
| 6 | max-width: 100%; |
| 7 | padding: 56.25% 0 0; |
| 8 | height: 0; |
| 9 | overflow: hidden; |
| 10 | } |
| 11 | |
| 12 | .tmpl-videopress_iframe_next iframe { |
| 13 | position: absolute; |
| 14 | top: 0; |
| 15 | left: 0; |
| 16 | max-width: 100%; |
| 17 | max-height: 100%; |
| 18 | } |
| 19 | |
| 20 | body.rtl .tmpl-videopress_iframe_next iframe { |
| 21 | left: auto; |
| 22 | right: 0; |
| 23 | } |
| 24 |