• Great plugin. Works really well and easy to implement.

    One small issue I had was caused by a CSS rule that set the div overflow property to hidden. (This is part of a resetting CSS file to help with cross-browser compatibility.)

    To fix it, I added the following CSS to my theme’s stylesheet:

    #fancy_outer div {
    	overflow: visible !important;
    }

    http://wordpress.org/extend/plugins/fancybox-gallery/

  • The topic ‘[Plugin: FancyBox Gallery] Small CSS overflow:visible problem’ is closed to new replies.