enforce max width/height on iframes (#244), disabled mouse wheel navigation by default
This commit is contained in:
parent
332ce86c3a
commit
c61dc00a98
5 changed files with 7 additions and 6 deletions
|
@ -176,7 +176,8 @@ body {
|
|||
}
|
||||
|
||||
/* Preserve aspect ratio and scale image so it's bound within the section */
|
||||
.reveal img {
|
||||
.reveal img,
|
||||
.reveal iframe {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
|
2
css/reveal.min.css
vendored
2
css/reveal.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue