FitVids.js is a jQuery plugin used to create fluid videos. It helps makes video embeds from YouTube, Vimeo and a number of other sources display nicely on responsive sites.
FitVids calculates the ratio of a video, wraps it in a div and sets the padding to enforce a ratio. A typical 4:3 YouTube embed starts as:
<iframe
width="420" height="315"
src="//www.youtube.com/embed/btPJPFnesV4"
frameborder="0" allowfullscreen></iframe>