--- title: Photoswipe Gallery Sample subtitle: Making a Gallery date: 2017-03-20 tags: ["example", "photoswipe"] --- Beautiful Hugo adds a few custom shortcodes created by [Li-Wen Yip](https://www.liwen.id.au/heg/) and [Gert-Jan van den Berg](https://github.com/GjjvdBurg/HugoPhotoSwipe) for making galleries with [PhotoSwipe](https://photoswipe.com) . {{< gallery caption-effect="fade" >}} {{< figure thumb="-thumb" link="/img/hexagon.jpg" >}} {{< figure thumb="-thumb" link="/img/sphere.jpg" caption="Sphere" >}} {{< figure thumb="-thumb" link="/img/triangle.jpg" caption="Triangle" alt="This is a long comment about a triangle" >}} {{< /gallery >}} ## Example The above gallery was created using the following shortcodes: ``` html {{}} {{}} {{}} {{}} {{}} ``` ``` python from collections import deque queue = deque() for x in queue: print(x) ```