Update lightbox & set options

This commit is contained in:
2019-05-03 23:34:10 +02:00
parent 205d065606
commit d5b0c000ca
3 changed files with 13 additions and 4 deletions

View File

@@ -79,6 +79,15 @@ function initPage(asHash) {
self.tmp('markers', 'object');
self.tmp('marker_size', {width: 32, height: 32});
//Lightbox options
lightbox.option({
alwaysShowNavOnTouchDevices: true,
albumLabel: "Photo %1 sur %2",
fadeDuration: 300,
imageFadeDuration: 400,
resizeDuration: 600
});
//Assign Track Type Colors
self.tmp('track-type-styles', 'object');
$('#legend').find('.line').each(function(iKey, oLegend){

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long