From 4aeaa58eb614268e4463b80d19643672e1bee251 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Wed, 2 Oct 2019 16:53:24 +0200 Subject: [PATCH] Max aspect ratio of 1:1 for Post index page - we are currently enforcing a 1:1 max ratio on the root path and would like to maintain consistency --- webapp/pages/post/_id/_slug/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/pages/post/_id/_slug/index.vue b/webapp/pages/post/_id/_slug/index.vue index 0fda144d0..bbcb1cda3 100644 --- a/webapp/pages/post/_id/_slug/index.vue +++ b/webapp/pages/post/_id/_slug/index.vue @@ -197,7 +197,7 @@ export default { .ds-card-image { img { - height: 300px; + max-height: 710px; object-fit: cover; object-position: center; }