lightboxImg class
This commit is contained in:
parent
ba17046733
commit
a7db111625
|
@ -62,7 +62,7 @@ $('.thumbsDetails').live("click", function(e) {
|
||||||
}
|
}
|
||||||
|
|
||||||
var bigImage = $(this).attr("data-bigimage");
|
var bigImage = $(this).attr("data-bigimage");
|
||||||
var $img = $('<img />').attr("src", bigImage);
|
var $img = $('<img />').attr("src", bigImage).addClass("lightboxImg");
|
||||||
// showLightbox($img);
|
// showLightbox($img);
|
||||||
var title = $(this).hasAttr("title") ? $(this).attr("title") : '';
|
var title = $(this).hasAttr("title") ? $(this).attr("title") : '';
|
||||||
// var $c = $('#lightboxContent');
|
// var $c = $('#lightboxContent');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user