Tag Archives: fancybox

Stop Flash Content From Overlapping Fancybox

On web pages that contain embedded Flash content where you’re also using the jQuery Fancybox plugin, you can change the CSS visibility property to ‘hidden’ on the Flash content. Here’s a quick snippet I used to hide iframes from Youtube:

https://gist.github.com/3063179.js

Advertisement