Browse Source

limit video size to size of slide (closes #308)

embed
hakimel 12 years ago
parent
commit
a041f9c64a
  1. 3
      css/reveal.css
  2. 2
      css/reveal.min.css

3
css/reveal.css

@ -189,8 +189,9 @@ body {
font-style: italic; font-style: italic;
} }
/* Preserve aspect ratio and scale image so it's bound within the section */ /* Ensure certain elements are never larger than the slide itself */
.reveal img, .reveal img,
.reveal video,
.reveal iframe { .reveal iframe {
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;

2
css/reveal.min.css

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save