jQuery( document ).ready(function( $ ) { var infobox_bg_url = "110431958390167495821"; $("#nanoGallery").nanoGallery({ locationHash: 1, viewerDisplayLogo: false, //thumbnailHeight può essere anche auto thumbnailHeight: "auto", thumbnailWidth: "226", maxItemsPerLine: 0, maxWidth: 0, touchAnimation: 1, galleryToolbarWidthAligned: 1, slideshowDelay: 3000, /*paginationMaxItemsPerPage: 0,*/ paginationMaxLinesPerPage: 0, thumbnailDisplayInterval: 0, thumbnailDisplayTransition: 1, thumbnailLazyLoad: 1, thumbnailLazyLoadTreshold: 150, viewer: "internal", thumbnailLabel: {"position":"overImageOnBottom","display":1,"displayDescription":1,"titleMaxLength":25,"descriptionMaxLength":25,"hideIcons":1,"align":"left","itemsCount":"title"}, viewerToolbar: {"display":true,"position":"bottom","style":"innerImage","autoMinimize":800,"standard":"minimizeButton,previousButton,pageCounter,nextButton,playPauseButton,fullscreenButton,infoButton,shareButton,closeButton,label","minimized":"minimizeButton,label"}, RTL: false, galleryFullpageButton:false, thumbnailGutterWidth:5, thumbnailGutterHeight:5, thumbnailAlignment:"center", showInfoBoxButton: true, showInfoBoxAlbum: true, showInfoBoxPhoto: true, showInfoBoxDate: true, showInfoBoxDimensions: true, showInfoBoxFilename: true, showInfoBoxFilesize: true, showInfoBoxCamera: true, showInfoBoxFocallength: true, showInfoBoxFNumber: true, showInfoBoxExposure: true, showInfoBoxISO: true, showInfoBoxMake: true, showInfoBoxFlash: true, showInfoBoxViews: true, showInfoBoxComments: true, showInfoBoxLink: true, showInfoBoxDownload: true, infoboxBgUrl: infobox_bg_url, thumbnailHoverEffect: "imageScale150", theme: "clean", colorScheme: "light", colorSchemeViewer: "light", imageTransition: "swipe", kind: "picasa", userID: "110431958390167495821", displayBreadcrumb: 1, blackList: "Scrapbook|profil|2013-", whiteList: "", photoSorting: "standard", albumSorting: "standard", thumbnailLabelL2_display: 0, //paginationDisableSwipe: 0, paginationDisableSwipe: false, paginationNumSelectable: 5, albumList:"Etape 3 Altkirch|Etape 2 Eglingen|Etape 1 Eglingen|3 Jours de P\u00e2ques 2015 Prologue", i18n:{ 'paginationPrevious':"Pr\u00e9c\u00e9dent", 'paginationNext':"Suivant", 'infoBoxPhoto':"Titre", 'infoBoxDate':"Date de prise de vue", 'infoBoxAlbum':"Galerie", 'infoBoxDimensions':"Dimensions", 'infoBoxFilename':"Nom du fichier", 'infoBoxFileSize':"Taille du fichier", 'infoBoxCamera':"Appareil photo", 'infoBoxFocalLength':"Longueur focale", 'infoBoxExposure':"Exposition", 'infoBoxFNumber':"Nombre F", 'infoBoxISO':"ISO", 'infoBoxMake':"Marque de l'appareil ", 'infoBoxFlash':"Flash", 'infoBoxViews':"Consultations", 'infoBoxComments':"Commentaires" } }); if (infobox_bg_url){ nano_preload_imageObj = new Image(); nano_preload_imageObj.src = infobox_bg_url; } });