This bundle implements Photoswipe.js as lightbox for images and galleries.
Note:
A customized version of photoswipe ist used otherwise there was an error closing the lightbox.
The code was upgraded according to this issue.
Additional HTML markup is added dynamically while parsing the templates:
- At the moment only
image
andgallery
templates are taken into account - A unique photoswipe-gallery-class (
pswp__container--<template-ID>
) is generated and added to following template-properties:floatClass
for image templatesrow
for gallery templates
- The
data-pswp-src
is added to the image anchor tag - The dimensions of the original image are added with
data-pswp-width
anddata-pswp-height
to the image tag
The additional CSS and JS resources are added to the response only if there are any unique photoswipe selectors