Parcourir la source

Adding colorbox for images within heartbeat stream

logicp il y a 7 ans
Parent
commit
e0bf6069c6
2 fichiers modifiés avec 13 ajouts et 1 suppressions
  1. 8 1
      js/heartbeat.js
  2. 5 0
      js/jquery.colorbox-min.js

+ 8 - 1
js/heartbeat.js

@@ -75,8 +75,10 @@
                 });
               }
             }
+
+            listenImages();
         }
-    }
+    };
 
 
   function updateFeed() {
@@ -89,7 +91,12 @@
         console.log('We are succeed!');
       }
     })
+  }
 
+  function listenImages() {
+    $('.heartbeat-content').find('img').each(function() {
+      $(this).colorbox({href: $(this).attr('src')});
+    });
   }
 
 })(jQuery, Drupal, drupalSettings);

Fichier diff supprimé car celui-ci est trop grand
+ 5 - 0
js/jquery.colorbox-min.js


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff