mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-27 00:16:53 +02:00
works with video, defaults to (same as for images)
This commit is contained in:
@@ -898,7 +898,11 @@ body {
|
||||
max-height: none;
|
||||
top: 0;
|
||||
left: 0;
|
||||
object-fit: cover;
|
||||
}
|
||||
.reveal .slide-background[data-background-size="contain"] video {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
/* Immediate transition style */
|
||||
.reveal[data-background-transition=none]>.backgrounds .slide-background,
|
||||
|
Reference in New Issue
Block a user