mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-21 20:35:31 +02:00
Overlaying a transp. bg on an embedded YT video
.fullscreen.bg-blue > .embed.dark
This commit is contained in:
committed by
GitHub
parent
d7767a7381
commit
2c96d440e3
@@ -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
|
||||||
|
Reference in New Issue
Block a user