From 90bdfe5e0d9f5da4c4a303d93bb2419f113d237e Mon Sep 17 00:00:00 2001 From: Tim Zallmann Date: Fri, 18 Aug 2017 09:09:16 +0200 Subject: [PATCH] Sometimes you don't see the forrest because of all the trees, set now the preloading sizes to specific lazy class --- app/assets/stylesheets/framework/typography.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index 96409b10b99..a95fc2f7a72 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -13,6 +13,9 @@ img { /*max-width: 100%;*/ margin: 0 0 8px; + } + + img.lazy { min-width: 200px; min-height: 100px; background-color: $gray-lightest;