1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-22 04:43:42 +02:00

Overlaying a transp. bg on an embedded YT video

.fullscreen.bg-blue > .embed.dark
This commit is contained in:
José Luis Antúnez
2017-03-30 15:13:44 +02:00
committed by GitHub
parent d7767a7381
commit 2c96d440e3

View File

@@ -1591,18 +1591,20 @@ a#previous {
} }
} }
/*=== 5.3 Slides - Background Images === */ /*=== 5.3 Slides - Background Images/Videos === */
.background, .background,
[class*="background-"] { [class*="background-"],.fullscreen > .embed {
position: absolute; position: absolute;
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
}
.background,
[class*="background-"]{
background-repeat: no-repeat; background-repeat: no-repeat;
} }
.background { .background {
background-position: center; background-position: center;
background-size: cover background-size: cover