Skip to content
Snippets Groups Projects
Commit a041f9c6 authored by hakimel's avatar hakimel
Browse files

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

parent 3daacbc3
No related branches found
No related tags found
No related merge requests found
......@@ -189,8 +189,9 @@ body {
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 video,
.reveal iframe {
max-width: 100%;
max-height: 100%;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment