jQuery(function() { // This, or... jQuery('.gallery a').lightBox( { imageLoading: 'https://thouber.dk/wp-content/themes/common/lightbox/images/lightbox-ico-loading.gif', // (string) Path and the name of the loading icon imageBtnPrev: 'https://thouber.dk/wp-content/themes/common/lightbox/images/lightbox-btn-prev.gif', // (string) Path and the name of the prev button image imageBtnNext: 'https://thouber.dk/wp-content/themes/common/lightbox/images/lightbox-btn-next.gif', // (string) Path and the name of the next button image imageBtnClose: 'https://thouber.dk/wp-content/themes/common/lightbox/images/lightbox-btn-close.gif', // (string) Path and the name of the close btn imageBlank: 'https://thouber.dk/wp-content/themes/common/lightbox/images/lightbox-blank.gif', // (string) Path and the name of a blank image (one pixel) txtImage: 'Billede', // (string) Specify text "Image" txtOf: 'af' } ); // Select all links in object with gallery ID });