For those with problems with youtube and lightbox, colorbox ,etc

29 views
Skip to first unread message

chifliiiii

unread,
Aug 10, 2011, 11:54:25 AM8/10/11
to AutoEmbed
Just change this line (281)

return sprintf('<iframe type="text/html" width="%s" height="%s"
src="%s" frameborder="0"></iframe>', $width, $height, $source);


to this:

return sprintf('<iframe type="text/html" width="%s" height="%s"
src="%s?wmode=transparent" frameborder="0"></iframe>', $width,
$height, $source);
Reply all
Reply to author
Forward
0 new messages