fix(landing): behaviour when lazy images not loaded

This commit is contained in:
u.ahmetvaliyev 2019-01-24 13:54:54 +03:00
parent 1d51862e99
commit 351de1388e
2 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,9 @@
visibility: visible;
opacity: 1;
}
&.ng-failed-lazyloaded {
height: 100%;
}
}
}