I am using Lazy Load jQuery Plugin by Mika Tuupola.
It requires the following markup to work.
<img class="lazy" data-original="img/example.jpg">
I have searched alot of places but none are clear in describing the way the attributes work:
To create a while-loading background other than the default grey one, what should I do? Input "src" with a 1 x 1 white gif? What is the best practice here?