Skip to content

Instantly share code, notes, and snippets.

@alekskorovin
Created October 17, 2013 14:40
Show Gist options
  • Save alekskorovin/7026158 to your computer and use it in GitHub Desktop.
Save alekskorovin/7026158 to your computer and use it in GitHub Desktop.
Calculation of Video container with standard proportions. jQuery
var videoWidth = containerOfVideo.width(),
videoHeight = Math.round(videoWidth * 0.5625);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment