Skip to content

Instantly share code, notes, and snippets.

@netconstructor
Forked from hakimel/gist:6800908
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netconstructor/20b1ed3787b0028cf4d8 to your computer and use it in GitHub Desktop.
Save netconstructor/20b1ed3787b0028cf4d8 to your computer and use it in GitHub Desktop.
.reveal .slides section {
padding: 10px;
}
.reveal .slides section iframe {
-webkit-transform: scale(0.5) translate(-50%, -50%);
-moz-transform: scale(0.5) translate(-50%, -50%);
transform: scale(0.5) translate(-50%, -50%);
min-width: 200%;
min-height: 200%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment