×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: CSS
Posted by: Tommaso Vietina
Added: Mar 17, 2022 2:28 PM
Views: 401
Tags: no tags
  1. .16by9 {
  2.     height: 100%;
  3.     width: 177.77777778vh; /* 100 * 16 / 9 */
  4.     min-width: 100%;
  5.     min-height: 56.25vw;
  6. }