$(document).ready(function(){ base_url = document.location.href.substring(0, document.location.href.indexOf('default.asp'), 0); initLightbox(); }); function initLightbox() { $(".ritLightBox").lightbox({ fitToScreen: false, // resize images if they are bigger than window disableNavbarLinks: false, loopImages: false, imageClickClose: false, displayTitle: false, navbarOnTop: false, slideNavBar: false, // slide nav bar up/down between image resizing transitions fileLoadingImage : '/public/lightbox/images/loading.gif', fileBottomNavCloseImage : '/public/lightbox/images/closelabel.gif', strings: { prevLinkTitle: 'Vorheriges Bild', nextLinkTitle: 'Nächstes Bild', prevLinkText: '« Zurück', nextLinkText: 'Weiter »', closeTitle: 'Anzeige schliessen', image: 'Bild ', of: ' von ' } }); }