// Set up PhotoSwipe with all anchor tags in the Gallery container
//document.addEventListener('DOMContentLoaded', function(){
    var myPhotoSwipe = Code.PhotoSwipe.attach(
        window.document.querySelectorAll('div.gallery + ul li a'), 
        {
            imageScaleMethod: 'fitNoUpscale',
            captionAndToolbarShowEmptyCaptions: false
        } 
    );
//}, false);


