diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index e2fc65ba..1ba1c02a 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -118,7 +118,7 @@ border-radius: 5px; object-fit: contain; width: 100%; - //height: 100%; /* If this isn't here, chrome will stretch the images */ + height: 100%; /* If this isn't here, chrome will stretch the images */ max-height: 500px; } }