.
Galleries are displayed as a series of images as described above, encapsulated by a
.
===== Image captions in galleries =====
The plugin "Gallery Captions" provides a convenient way write captions for gallery images in the FlatPress Admin Area. Simply go to //Uploader// -> //Gallery captions// and select the gallery you want to edit the images captions for.
==== How to remove the captions ====
If you don't want to display gallery captions at all, this is the easiest way to get rid of them: Just add the following to the CSS of your theme!
div.img-gallery figcaption { display:none; }
===== Download =====
{{ :res:plugins:arvid:photoswipe1.0.6.zip |}} if FlatPress ≤ 1.2.1
{{ :res:plugins:arvid:photoswipe2_0_4.zip |}} if FlatPress 1.3 or 1.3.1
===== Changelog =====
== 2025-05-07: Version 2.0.4 ==
* It is ensured that the overlay structure is always in the DOM. [[https://github.com/flatpressblog/flatpress/issues/572|(#572)]]
* An image with an link can be created if the “Popup” parameter contains false. [[https://github.com/flatpressblog/flatpress/issues/548|(#548)]] [url="https:/example.org"][img="images/image.jpg" popup="false"][/url]
* After closing the overlay, the page remains accessible for screen readers. [[https://github.com/flatpressblog/flatpress/issues/622|(#622)]]
== 2025-01-12: Version 2.0.2 ==
* External images are displayed correctly. [[https://github.com/flatpressblog/flatpress/pull/520|(#520)]]
== 2024-12-22: Version 2.0.1 ==
* Fixes the problem that the overlay bottons were displayed in the RSS and Atom feed [[https://github.com/flatpressblog/flatpress/pull/506|(#506)]]