Rating: 4 stars
Thanks for the reliable plugin!
Would be much more useful if the lightbox included the captions (play controls, even better). Without that, I’m still looking…
]]>Rating: 5 stars
It does its job – so its ok.
I’m using 1.9.1 – had errors.
Add this:
jQuery.browser = {};
(function () {
jQuery.browser.msie = false;
jQuery.browser.version = 0;
if (navigator.userAgent.match(/MSIE ([0-9]+)\./)) {
jQuery.browser.msie = true;
jQuery.browser.version = RegExp.$1;
}
})();
to \plugins\fancybox-gallery\fancybox\jquery.fancybox-1.2.1.js and it will work.
]]>Rating: 5 stars
Once I added the link=”file” in the gallery short code, it worked great. Pulled a little hair out before I realized that though.
]]>