diff --git a/frontends/etiquette_flask/templates/photo.html b/frontends/etiquette_flask/templates/photo.html index 10c5422..8a4bc1c 100644 --- a/frontends/etiquette_flask/templates/photo.html +++ b/frontends/etiquette_flask/templates/photo.html @@ -66,6 +66,11 @@ width: 100%; max-width: 100%; max-height: 100%; + + position: absolute; + top: 0; + bottom: 0; + margin: auto auto; } .photo_viewer_image {