CodeHQ

Instant fluid videos with viewport width units

Original article

iframe { 
    width: 100%; 
    height: 56.25vw; /* 100 * (9/16) */
}