sanjayV / ng-image-slider

Angular Image Slider with Lightbox.
https://sanjayv.github.io/ng-image-slider/
MIT License
105 stars 51 forks source link

Ng Image Slider require Click to show the images otherwise It keep loading. #197

Open ziaKhan1995 opened 8 months ago

ziaKhan1995 commented 8 months ago

I am opeing the slider using

this.slider?.showLightbox(); method

The problem is that it keep laoding untill I click somewhere. On click it show the images which are already laoded. I have applied all techniques like this.cdr.detectchanges, applies maunual click to the image in slider or element in our html but it still require my click on any part of the slider to show the images. image