Describe the bug
When using Firefox >=69 (I only tested with 69 and 70-beta)
The lazyloading is acting in a weird way. The image is not loaded until the transition of the slider is finished.
It does not affect all images; (weird);
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The image should show before the transitions ends
LazyLoad version
12.0.0
Desktop (please complete the following information):
Screenshots

Additional context
May be related to #368 ?
Thanks :)
Hey @tristanbes,
this issue is known and it's because Slick Slider inject that image at the end of the slider after the transition ended.
Due to this specific behaviour, you shouldn't use LazyLoad to load slick slider images lazily, but the native Slick slider option. You can find documentation about it in the Slick slider website.

Also, if I may suggest you another slider library, please check out Swiper JS. It provides a much smoother and seamlessly native swiping effect, and it's library independent.
Thank you for this recommendation; I thought slick was the most recommendable one :). Will check that;