vue-pure-lightbox icon indicating copy to clipboard operation
vue-pure-lightbox copied to clipboard

Loader is visible if the image has transparent/opaque areas

Open MicroDroid opened this issue 5 years ago • 3 comments

MicroDroid avatar Mar 14 '19 16:03 MicroDroid

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 avatar Mar 15 '19 11:03 DCzajkowski

@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.

MicroDroid avatar Mar 15 '19 14:03 MicroDroid

Yeah, I don't think I'll be implementing that. If you want, you can fork this repo or make a PR 😉

DCzajkowski avatar Mar 16 '19 00:03 DCzajkowski