Testing video gallery script rpelacement
authorLaury GvR <laury@gaslightmedia.com>
Thu, 19 Mar 2015 15:44:29 +0000 (11:44 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 19 Mar 2015 15:44:29 +0000 (11:44 -0400)
functions.php

index 2dda100..477ad67 100644 (file)
@@ -133,6 +133,16 @@ function glm_site_scripts()
     );
     if(is_front_page()) {
     }
+    if(is_page('videos')) {
+    echo '<script>
+    jQuery(document).ready(function(){
+        jQuery(".ngg-fancybox").each(function (){
+            jQuery(this).addClass("various iframe");
+            jQuery(this).attr("href",jQuery(this).children("img").attr("title"));
+        });
+    });
+</script>';
+    }
 
 }