jQuery(function() {
// This, or...
jQuery('.gallery a').lightBox(
{
imageLoading: 'https://bruno.skorstensfejer.nu/wp-content/themes/common/lightbox/images/lightbox-ico-loading.gif', // (string) Path and the name of the loading icon
imageBtnPrev: 'https://bruno.skorstensfejer.nu/wp-content/themes/common/lightbox/images/lightbox-btn-prev.gif', // (string) Path and the name of the prev button image
imageBtnNext: 'https://bruno.skorstensfejer.nu/wp-content/themes/common/lightbox/images/lightbox-btn-next.gif', // (string) Path and the name of the next button image
imageBtnClose: 'https://bruno.skorstensfejer.nu/wp-content/themes/common/lightbox/images/lightbox-btn-close.gif', // (string) Path and the name of the close btn
imageBlank: 'https://bruno.skorstensfejer.nu/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
});