Modifications to Photo Gallery

  • We have added some code to this page to remove the thumbnails under and black frame around the gallery. This makes the gallery look a bit more modern. However, it also removes the ability to pause the slide show, which isn't ideal for ADA compliance.

    Additional code forces the image title/caption to show, which helps improve ADA compliance (see below).

    In general, the best advice is to use the Multimedia Gallery app instead.

  • Force title/captions to show (copy and paste into an Embed Code app; remove the space before the word script in the first line):

    < script>
    $(window).load(function(){
    if($(".galleria-info-link").length){
    $(".galleria-info-link").click();
    }
    });
    </script>