Only expand photos on PC view (1000px+)
authorLaury GvR <laury@gaslightmedia.com>
Wed, 17 May 2017 21:18:21 +0000 (17:18 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 17 May 2017 21:18:21 +0000 (17:18 -0400)
glm-member-db/views/front/members/detail.html

index f9fc44a..84a432a 100644 (file)
 
             // Automatically zoom and expand the relevant
             $('html').addClass('glmassociatememberdetail glmassociatetop');
-            if ("{$expanded}" != "") {
+            if ("{$expanded}" != "" && ( $(window).width()) > 1000 ) {
                 var expandTarget = "glm-member-detail-{$expanded}";
                 if ($("#"+expandTarget+"-container").length) {
                     $("#"+expandTarget+"-container").show("fast", "swing",  function() {});