Extension key: photoswipe
Language: en
Description: Adds the photoswipe.com JavaScript plugin (version 5.4.2 https://github.com/dimsemenov/photoswipe) as default for image enlargement
Keywords: gallery, photoswipe, lightbox, layer, zoom
Copyright: 2024
Author: Tobias Eichelberger
Email: [email protected]
Licence: This document is published under the Open Publication License available from opencontent.org/openpub/ The content of this document is related to TYPO3, a GNU/GPL CMS/Framework available from www.typo3.org.
- Go to the Extension Manager and install the extension
- Include the static template "PhotoSwipe (photoswipe)"
- Configure extension if required (see section below)
- install the extension via composer: composer require tei/photoswipe
- Include the static template "PhotoSwipe (photoswipe)"
- Configure extension if required (see section below)
You can overwrite all files in the Constant Editor.
The default setting for initializing photoswipe is by TYPO3's default css-class "ce-gallery". Your HTML has to look like this:
<someHtmlEl class="your-wrapper-class">
[... code / parent nodes]
<figure>
<a href="big image" data-ispsw-img="1" data-pswp-width="800" data-pswp-height="500">
<img [opt: title='used as caption']/>
</a>
[opt: <figcaption>prefered as caption</figcaption>]
</figure>
[/... code / parent nodes]
</someHtmlEl>
Just use the regular "Enlarge on Click" checkbox in the backend. If you have more than one image, the extension will add arrows in the zoom-view.
After installing photoswipe, TYPO3 will offer you a new link-type "Layer". You can choose between pages (iFrame) and content elements (innerHTML).