/ Published in: jQuery
Make all YouTube videos display underneath content with higher z-index layers.
Expand |
Embed | Plain Text
var youTubeIframe = CWjQuery('iframe'); youTubeIframe.each(function(){ var url = CWjQuery(this).attr('src'); CWjQuery(this).attr('src',url+'?wmode=transparent'); });
You need to login to post a comment.
