Fairly good
-
It works good out of the box for the most part.
However in my themes, I add
position:relative;
in a universal selector. This plugin didn’t like that. For anyone else who encounters this situation (and perhaps the developer could look at including this too), add this line of CSS to your theme or child theme’s stylesheet:
#fancybox-wrap{position:fixed !important;top:50% !important;left:50% !important;transform:translateY(-49%) translateX(-50%) !important;}
A vast array of user settings, while it took me a while to find, are very helpful.
All in all it’s quite good. The skin for the lightbox suits WordPress well and the functionality is good, it loads the images fast and does all the basic lightbox functions well.
- The topic ‘Fairly good’ is closed to new replies.