Skip to content

Instantly share code, notes, and snippets.

@Nitin-Daddikar
Created May 5, 2019 09:35
Show Gist options
  • Save Nitin-Daddikar/ce95dccd7eb614a735387b9508406e21 to your computer and use it in GitHub Desktop.
Save Nitin-Daddikar/ce95dccd7eb614a735387b9508406e21 to your computer and use it in GitHub Desktop.
vmax support in IE
.content{
/*supports modern browsers but not IE*/
width: 10vmax;
/*calculate vmax for IE */
height: calc(10 * (1vw + 1vh - 1vmin));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment