Gallery view in "explorer"
Also fixed some issues with cartel CSS
This commit is contained in:
@ -6,10 +6,8 @@ jQuery(document).ready(function($)
|
||||
{
|
||||
if (i.photo == "ok" || i.photo == "good")
|
||||
{
|
||||
console.log(i.number);
|
||||
paintingHtml = '<a data-fancybox="exposition" href="photos/paintings/normal/' + i.number + '.jpg" data-fancybox-index="' + i.number + '">'
|
||||
paintingHtml += '<img src="photos/paintings/mini/' + i.number + '.jpg"></a>';
|
||||
console.log(paintingHtml);
|
||||
$("#gallery").append(paintingHtml);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user