Skip to content

Commit

Permalink
update lazyload class
Browse files Browse the repository at this point in the history
  • Loading branch information
nathakits committed Jun 1, 2017
1 parent 8bdd9d5 commit 1da393a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/stylus/components/feature.styl
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@

.img-large
.img-small
.img-large-webp
.img-large--webp
opacity 0

.img-loaded
Expand All @@ -227,10 +227,10 @@
filter blur(50px)
transform scale(1)

.img-large-webp
.img-large--webp
&.lazyloaded
opacity 1
transition: opacity .1s linear
transition opacity .1s linear

.lazy-img
margin auto
Expand Down

0 comments on commit 1da393a

Please sign in to comment.