Skip to content

Instantly share code, notes, and snippets.

@davvit
Created September 23, 2017 20:44
Show Gist options
  • Save davvit/852b431d8e4d1ee1c6f51f234248f759 to your computer and use it in GitHub Desktop.
Save davvit/852b431d8e4d1ee1c6f51f234248f759 to your computer and use it in GitHub Desktop.
HTML5 video scaling example
<!DOCTYPE html>
<style>
video {
-webkit-transform: scaleX(2);
-moz-transform: scaleX(2);
}
</style>
<video src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv"></video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment