Add item counter to the document fancybox previewer.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ MayanImage.intialize = function () {
|
||||
animationDuration : 400,
|
||||
buttons : [
|
||||
'fullScreen',
|
||||
'close'
|
||||
'close',
|
||||
],
|
||||
selector: 'a.fancybox',
|
||||
afterShow: function (instance, current) {
|
||||
@@ -20,6 +20,8 @@ MayanImage.intialize = function () {
|
||||
instance.close(true);
|
||||
});
|
||||
},
|
||||
infobar: true,
|
||||
|
||||
});
|
||||
|
||||
$('img.lazy-load').lazyload({
|
||||
|
||||
Reference in New Issue
Block a user