Fix image lazy loading issues

For some reason, bLazy won't load the image if the img block has
either 0 height or width.
This commit is contained in:
ArthurHoaro 2019-08-15 11:41:50 +02:00
parent 0a4bc5a17d
commit b5e2b23c99

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;