$(document).ready(function () { $("#dicofoto").nanoGallery({ thumbnailWidth:'auto', thumbnailHeight:'180', colorScheme:'none', viewerDisplayLogo:false, galleryFullpageButton:true, imageTransition:'swipe ', //swipe of slideAppear viewer:'fancybox', //fancybox of internal slideshowAutoStart:0, slideshowDelay:'8000', dataSorting:'', //standard, reversed of random thumbnailHoverEffect:[{'name':'labelAppear75','duration':300}], theme:'light', thumbnailGutterWidth : 0, thumbnailGutterHeight : 0, thumbnailLabel:{display:true,position:'overImageOnMiddle', align:'center'}, thumbnailLazyLoad:false, lazyBuild: 'display', viewerToolbar : { style:'fullWidth' }, locationHash:false, supportIE8: false, itemsBaseURL:'/dico/UserFiles/Fotoalbums', i18n:{ paginationPrevious: 'Vorige', paginationNext: 'Volgende' } }); });