</figure>
</div>
</div>
-<p>Image grid with a PNG file and a JPEG with sparse EXIF data:</p>
+<p>Image grid with a PNG file, JPEG with sparse EXIF data, JPEG with no EXIF data
+and long exposure (>1 second):</p>
<div class="m-imagegrid m-container-inflate">
<div>
-<figure style="width: 54.545%">
+<figure style="width: 44.444%">
<a href="./tiny.png"><img src="./tiny.png" /><div>
</div>
</a>
</figure>
-<figure style="width: 22.727%">
+<figure style="width: 18.519%">
<a href="./sparseexif.jpg"><img src="./sparseexif.jpg" /><figcaption>F2.8</figcaption>
</a>
</figure>
-<figure style="width: 22.727%">
+<figure style="width: 18.519%">
+<a href="./noexif.jpg"><img src="./noexif.jpg" /><div>
+</div>
+</a>
+</figure>
+<figure style="width: 18.519%">
<a href="./longexposure.jpg"><img src="./longexposure.jpg" /><figcaption>1.5 s</figcaption>
</a>
</figure>
{filename}/flowers.jpg
{filename}/ship.jpg
-Image grid with a PNG file and a JPEG with sparse EXIF data:
+Image grid with a PNG file, JPEG with sparse EXIF data, JPEG with no EXIF data
+and long exposure (>1 second):
.. image-grid::
{filename}/tiny.png
{filename}/sparseexif.jpg
+ {filename}/noexif.jpg
{filename}/longexposure.jpg
def test(self):
self.run_pelican({
'PLUGINS': ['m.htmlsanity', 'm.images'],
- 'STATIC_PATHS': ['tiny.png', 'ship.jpg', 'flowers.jpg', 'sparseexif.jpg', 'longexposure.jpg']
+ 'STATIC_PATHS': ['tiny.png',
+ 'ship.jpg',
+ 'flowers.jpg',
+ 'sparseexif.jpg',
+ 'noexif.jpg',
+ 'longexposure.jpg']
})
#