Open gerwitz opened 8 years ago
Write a Middleman plugin to pre-populate (at least some) image or image-backgrounded elements with tiny data-uri placeholders until lazyload.
The basic CSS blur on a tiny JPEG seems best.
Alternatively, generate CSS placholding with box-shadow: http://image2css.alexdoesit.com/
box-shadow
Like this! https://kartikprabhu.com/articles/placeholder-images
Write a Middleman plugin to pre-populate (at least some) image or image-backgrounded elements with tiny data-uri placeholders until lazyload.
The basic CSS blur on a tiny JPEG seems best.
Alternatively, generate CSS placholding with
box-shadow
: http://image2css.alexdoesit.com/