jQuery Lazy horizontal data-src load fade or animate loading image dont work
$('.lazy').Lazy({
// your configuration goes here
scrollDirection: 'horizontal',
effect: 'fadeIn',
visibleOnly: true,
onError: function(element) {
console.log('error loading ' + element.data('data-src'));
}
});
example https://jsfiddle.net/ypcao1xx/
<div class="card-hor-image card-image lazy" data-src="https://www.gstatic.com/webp/gallery3/2.png">