Guest User

Untitled

a guest
Jan 16th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $(".ngg-gallery-thumbnail a").each(function (arr){
  2. if ($(this).attr("title").substr(0,5)=="Video"){
  3. $(this).attr("rel","shadowbox;width=405;height=340");
  4. $(this).attr("href",$(this).children("img").attr("title"));
  5. }
  6. })
Add Comment
Please, Sign In to add comment