jQuery(document).ready(function($) {
  $('img').lazyload();
});