Skip to content

Instantly share code, notes, and snippets.

@authenticsebastian
Last active January 3, 2018 13:22
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 authenticsebastian/bf0bf6b0e2839fee3588f5e98a324b1e to your computer and use it in GitHub Desktop.
Save authenticsebastian/bf0bf6b0e2839fee3588f5e98a324b1e to your computer and use it in GitHub Desktop.
Recalculating `vh` value to `vw` value for 16:9 screens
const vh2vw = (value) => value / (16 / 9);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment