vue-pure-lightbox
vue-pure-lightbox copied to clipboard
Loader is visible if the image has transparent/opaque areas
Yeah, it's possible. I don't know how to fix this though. I wanted to listen to some browser event when an image loaded, but I couldn't find anything. Any ideas?
@DCzajkowski You can try to load it via an AJAX request. i.e. start with the thumbnail and blur it a bit, then load the full-size image in the background. Once done, replace the thumbnail with it.
Yeah, I don't think I'll be implementing that. If you want, you can fork this repo or make a PR 😉