Merge pull request #1354 from ArthurHoaro/hotfix/img-lazy-loading

Fix image lazy loading issues
This commit is contained in:
ArthurHoaro 2019-08-15 11:51:37 +02:00 committed by GitHub
commit 5669f474f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1436,6 +1436,8 @@ form {
-webkit-transition: opacity 500ms ease-in-out;
-moz-transition: opacity 500ms ease-in-out;
-o-transition: opacity 500ms ease-in-out;
min-width: 1px;
min-height: 1px;
&.b-loaded {
opacity: 1;