$(document).ready(function () { $("#dicofoto").nanoGallery({ thumbnailL1Width:'140 xs100 sm100', thumbnailL1Height:'140 xs100 sm100', thumbnailWidth:'auto', thumbnailHeight:'200 xs60 sm75 la100 xl150', thumbnailHoverEffect:[{'name':'imageScale150', 'duration':700},{'name':'labelAppear75', 'duration':400},{'name':'descriptionAppear', 'duration':1000}], paginationMaxLinesPerPage:3, paginationDots:false, paginationVisiblePages:10, imageTransition:'swipe ', //swipe of slideAppear viewer:'internal', //fancybox of internal slideshowAutoStart:0, slideshowDelay:'8000', dataSorting:'standard', //standard, reversed of random thumbnailLabel:{ display:true, align:'bottom', position:'overImageOnBottom', itemsCount:'title' }, thumbnailLazyLoad:false, lazyBuild: 'display', viewerDisplayLogo:false, galleryFullpageButton:true, locationHash:false, supportIE8: false, itemsBaseURL:'/dico/UserFiles/Fotoalbums', i18n:{ paginationPrevious: 'Vorige', paginationNext: 'Volgende' } }); });