Lightbox (zoom) magnifying glass-icon
Copyright notice && !{celink} Description
{file.description -> f:format.raw()}
© {file.properties.tx_t3sbootstrap_copyright} // Image copyright on click - Media/Type/Image.html $(".image .toast").removeClass("show").addClass("hide"); $(".img-copyright").on("click", function() { $(this).addClass("d-none"); var iw = $(this).parent().find("img").width(); var th = $(this).parent().find(".toast").outerHeight(); $(this).parent().find(".toast").css('max-width', iw+'px').toast('show'); $(this).parent().find(".toast").css('margin-top', -th+'px').toast('show'); }); $(".close").on("click", function() { $(this).parent().parent().prev().removeClass("d-none"); });