jQuery plugin to make iframe elements responsive by keeping the same ratio. Useful for youtube embeded videos.
$('iframe').responsiveIframe();
or by speciying a specific width to height ratio
$('iframe').responsiveIframe({ratio: 9/16 })
The following options can be supplied as arguments
Numeric value. Defined width by height ratio Default value is 0.5625 (i.e. 9 / 16).