adding helper function to prevent fancybox from jumping to top of page
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 16 May 2016 15:05:31 +0000 (11:05 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 16 May 2016 15:05:31 +0000 (11:05 -0400)
views/front/members/detail.html

index 6ff14e3..ed8ea34 100644 (file)
         jQuery(document).ready(function($) {
             
             $("a.glm-member-detail-images-thumb").fancybox({
+                 helpers: {
+                    overlay: {
+                        locked: false
+                    }
+                }
                    
             });
              $("a.glm-member-detail-images-thumb").click(function(e) {