mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-21 12:21:46 +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,
|
||||
[class*="background-"] {
|
||||
[class*="background-"],.fullscreen > .embed {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
.background,
|
||||
[class*="background-"]{
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.background {
|
||||
background-position: center;
|
||||
background-size: cover
|
||||
|
Reference in New Issue
Block a user