aboutsummaryrefslogtreecommitdiff
path: root/src/components/attachment/attachment.vue
diff options
context:
space:
mode:
authorlambadalambda <gitgud@rogerbraun.net>2017-04-09 08:26:30 -0400
committerlambadalambda <gitgud@rogerbraun.net>2017-04-09 08:26:30 -0400
commitf3ca011fbedb2ce6271bcc887d290828ccd1d284 (patch)
treef9a9e531b64fc5da17c6025058d02b13d936f220 /src/components/attachment/attachment.vue
parentd8387accd3939fbaee26f720153c48ddd2a60e95 (diff)
Add chrome picture stretching fix back in.
Diffstat (limited to 'src/components/attachment/attachment.vue')
-rw-r--r--src/components/attachment/attachment.vue2
1 files changed, 1 insertions, 1 deletions
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;
}
}