kolkov / ngx-gallery

A simple responsive native gallery component for Angular 8+.
https://ngx-gallery.kolkov.ru/
MIT License
115 stars 56 forks source link

Image is not visible until mouse over or scroll to the backround area #98

Open ajeyaprakash148 opened 2 years ago

ajeyaprakash148 commented 2 years ago

Image is not visible until mouse hover or scroll to the backround area. we added the ngx-gallery in a panel and loading the images dynamically. Once the images are loaded they are not visible until we mouse over or point the cursor to the background image area, the image is not visible. once mouse over in the background area then it is visible.

andrejm7 commented 1 year ago

@ajeyaprakash148 did you manage to solve this?

danoscosmos commented 10 months ago

@ajeyaprakash148 @andrejm7 I had the same problem cause i was not re-set my list of galleryImages, i was pushing elements into the same existing variable. You have to do that way : screen