lightboxImg class

This commit is contained in:
Sanj 2011-11-07 16:54:25 +05:30
parent ba17046733
commit a7db111625

View File

@ -62,7 +62,7 @@ $('.thumbsDetails').live("click", function(e) {
}
var bigImage = $(this).attr("data-bigimage");
var $img = $('<img />').attr("src", bigImage);
var $img = $('<img />').attr("src", bigImage).addClass("lightboxImg");
// showLightbox($img);
var title = $(this).hasAttr("title") ? $(this).attr("title") : '';
// var $c = $('#lightboxContent');