dinbror / blazy

Hey, be lazy! bLazy.JS is a lightweight pure JavaScript script for lazy loading and multi-serving images. It's working in all modern browsers including IE7+.
http://dinbror.dk/blazy
MIT License
2.63k stars 356 forks source link

Opera Add Block blocking my images on website #121

Closed naymapl closed 7 years ago

naymapl commented 7 years ago

Have no idea why opera blocking my images on my website but when I turn off it everything loading perfect. I use Multi-serve images option:

var bLazy=new Blazy({offset:300,breakpoints:[{width:420,src:"data-src-small"},{width:1024,src:"data-src-medium"}]});

On chrome with ublock and addblock or on safari and firefox everything runing well. Without blazy.js on opera everything runing well. Do you have any idea how to fix this issue ??

Link to website: https://nayma.eu/

Thanks a lot for any help with this.

naymapl commented 7 years ago

Ok - I found problem. The image what i preload has name 1x1.gif and opera block it. I change name of preloaded file for preloader.gif and everythin runing well. Thanks you ;)

dinbror commented 7 years ago

hey @naymaeu

Very interesting :) Thanks for your update