diff --git a/photogallery.py b/photogallery.py index 5a4f091..a802a43 100644 --- a/photogallery.py +++ b/photogallery.py @@ -109,7 +109,8 @@ article .photograph:last-of-type { margin-bottom: 0; } -.photograph img +.photograph img, +.photograph video { max-height: 92vh; border-radius: 8px; @@ -286,12 +287,19 @@ pre,
Click each photo to view its full resolution. Click the number to download it.
{% for file in files %} + {% if file.extension == 'jpg' %}{{file.replace_extension('').basename}}
+ +