Skip to content
Snippets Groups Projects
Commit 907d170a authored by srosse's avatar srosse
Browse files

OO-5607: fix full screen mode for Youtube video in single page too

parent 976519b5
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
This diff is collapsed.
......@@ -347,6 +347,11 @@
max-width: 100%;
}
.mejs__fullscreen .mejs__mediaelement iframe[id$='youtube_iframe'] {
width: 100% !important;
height: 100% !important;
}
/* figures with captions */
.o_figure_caption_bottom {
display: inline-block;
......
......@@ -211,11 +211,6 @@
}
}
.mejs__fullscreen .mejs__mediaelement iframe[id$='youtube_iframe'] {
width: 100% !important;
height: 100% !important;
}
.mejs__time-rail {
.o_video_marker_gray {
background: $gray-dark;
......
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment