1 min readMay 31, 2019
Thank you so much for your feedback :) you can just add this CSS code and it’s will add the blur effect to images
.blur-up { -webkit-filter: blur(5px); filter: blur(5px); transition: filter 400ms, -webkit-filter 400ms;} .blur-up.lazyloaded { -webkit-filter: blur(0); filter: blur(0);}