]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge pull request #1354 from ArthurHoaro/hotfix/img-lazy-loading
authorArthurHoaro <arthur@hoa.ro>
Thu, 15 Aug 2019 09:51:37 +0000 (11:51 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Aug 2019 09:51:37 +0000 (11:51 +0200)
Fix image lazy loading issues

assets/default/scss/shaarli.scss

index 61e382b69dc6837111df8a04de9d4bd0ca5eafcc..cd5dd9e6d012af1258609279d77347501c569ef4 100644 (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;