Hall of Mirrors

Responsive PhotoSwipe Image Galleries add-on module for After Dark.

PhotoSwipe Homepage: photoswipe.com
Module Source: codeberg.org/vhs/hall-of-mirrors

Demo

Installation

Choose a module download source:

Extract module contents into site themes directory:

├── static
└── themes
    ├── after-dark
    └── hall-of-mirrors

Specify module in site config:

 6# Controls default theme and theme components
 7theme = [
 8  "hall-of-mirrors", # sequence before "after-dark"
 9  "after-dark"
10]

See README.md to confirm you’re using the minimum required version of After Dark; and module setup, configuration and usage instructions. If you need help you may Submit an Issue with your question.