Skip to content

Instantly share code, notes, and snippets.

@ville6000
Last active October 22, 2015 08:25
Show Gist options
  • Save ville6000/518624ddb08f02e019fe to your computer and use it in GitHub Desktop.
Save ville6000/518624ddb08f02e019fe to your computer and use it in GitHub Desktop.
Wrap iframes with responsive container
(function ($) {
$(function () {
$('iframe').wrap("<div class='iframe-responsive-container'></div>");
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment