kollapsminoriteten/wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style-rtl...

24 lines
368 B
CSS
Raw Normal View History

2019-11-15 23:26:29 +01:00
/**
* VideoPress styles for Editor
*/
.videopress-editor-wrapper {
2022-06-16 14:01:47 +02:00
position: relative;
max-width: 100%;
padding: 56.25% 0 0;
height: 0;
overflow: hidden;
2019-11-15 23:26:29 +01:00
}
2022-06-16 14:01:47 +02:00
2019-11-15 23:26:29 +01:00
.tmpl-videopress_iframe_next iframe {
2022-06-16 14:01:47 +02:00
position: absolute;
top: 0;
right: 0;
max-width: 100%;
max-height: 100%;
2019-11-15 23:26:29 +01:00
}
2022-06-16 14:01:47 +02:00
2019-11-15 23:26:29 +01:00
body.rtl .tmpl-videopress_iframe_next iframe {
2022-06-16 14:01:47 +02:00
right: auto;
left: 0;
}