Sometimes you don't see the forrest because of all the trees, set now the preloading sizes to specific lazy class

This commit is contained in:
Tim Zallmann 2017-08-18 09:09:16 +02:00
parent 7e13bb9af3
commit 90bdfe5e0d

View file

@ -13,6 +13,9 @@
img { img {
/*max-width: 100%;*/ /*max-width: 100%;*/
margin: 0 0 8px; margin: 0 0 8px;
}
img.lazy {
min-width: 200px; min-width: 200px;
min-height: 100px; min-height: 100px;
background-color: $gray-lightest; background-color: $gray-lightest;