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:
parent
0a4bc5a17d
commit
b5e2b23c99
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue