2019-11-15 23:26:29 +01:00
|
|
|
/**
|
|
|
|
|
* VideoPress styles for Editor
|
|
|
|
|
*/
|
|
|
|
|
.videopress-editor-wrapper {
|
|
|
|
|
position: relative;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
padding: 56.25% 0 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
2025-05-07 06:48:41 +02:00
|
|
|
|
2019-11-15 23:26:29 +01:00
|
|
|
.tmpl-videopress_iframe_next iframe {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
}
|
2025-05-07 06:48:41 +02:00
|
|
|
|
2019-11-15 23:26:29 +01:00
|
|
|
body.rtl .tmpl-videopress_iframe_next iframe {
|
|
|
|
|
left: auto;
|
|
|
|
|
right: 0;
|
2025-08-27 08:44:30 +02:00
|
|
|
}
|