How to wrap an element around an iframe or embed in content automatically?

try jQuery

$('iframe').wrap('<div class="wrapper" />');

Leave a Comment

tech