
hs.graphicsDir = '/images/graphics/';
    
    // Identify a caption for all images. This can also be set inline for each image.
    hs.captionId = 'the-caption';
    hs.captionTemplateId = 'the-template'; /*MALLEN ÄR LÄNGRE NED PÅ SIDAN*/
    
    hs.outlineType = 'rounded-white';
    window.onload = function() {
        hs.preloadImages(5);
    }