<h1>Target YouTube iFrames for Responsiveness</h1>
This is an example of how to make only YouTube iframes responsive while leaving other iframes untouched. Drag the center bar to see the responsiveness of the YouTube iframe below. This is done using jQuery. The script wraps a div around iFrames with a specific string in the url. This div uses CSS to make the videos scale fluidly per ratio ratio.
<br/>
<br/>
<div class="wrapper">
<iframe src="http://www.youtube.com/embed/orGLMOta2m0" frameborder="0" allowfullscreen></iframe>
</div>