Today I needed to embed a YouTube video within the body of a responsive design. This is usually fairly easy with images, but iFrames need a bit of extra love to make them work. I Googled for a while and came across this link:
http://stackoverflow.com/a/12121929.
I didn't want to use an image, so I followed the comments and came up with the following code.