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

Preview not working #52

Closed arpit9612 closed 3 years ago

arpit9612 commented 3 years ago

When I click on the image from the gallery it doesn't preview the image and giving this error ERROR TypeError: Cannot read property 'split' of undefined at NgxGalleryService.getFileType.

arpit9612 commented 3 years ago

Solved it. It was a silly mistake I forgot to add the medium and big URL in the object which I was passing to the gallery image array.

image