Hi,
This is a very impressive plugin – nice job! It’s gorgeous, and has caption and description, tasteful effects, and it worked right out of the box (pun not intended).
I do have one suggestion related to the topic of this thread. I notice that in the lightbox popup, .slb_content has a hard-coded inline style for both width and height. Although I expect this in non-responsive gallery plugins, it surprised me here, where the plugin is touted as responsive. If you have a fairly wide image, and you’re down to small device sizes, the photo may become wider than the viewport. So it’s not exactly responsive at that level, and sideways scrollbars may appear.
This could be handled various ways, if there were CSS instead of inline styles for that, one could use media query breakpoints. Or the jQuery could re-calc the width to correspond to the device width.
Keep up the good work!
Dave