Version 3 is here... new configuration. After some brainstorming I came up with a condensed version of the configuration. As always, share with as many people as you want. http://jpmalloy.com 😝😜💪👌 Make sure to update to build 5.2, 5.1 had some issues with the drag feature. The drag attach and detach event elements were named wrong.. brain fart today Also, if you want to revert back to Version 1, please note the configuration changes. var jpmx = new jpmpopup({ 'container':'popup-container4', 'style' :'background-color:rgba(0, 0, 0, 0.85);width:100%;z-index:5', 'onclose' : function () { console.log(this); }, 'gallery':{ 'animation':'slide', 'container':'.gallery', 'thumbnav':'on', 'onclick': function(item) { console.log(this); // a thumbnail was clicked, do something // use ajax here to pull/get some comments about the image or...