ngx-gallery icon indicating copy to clipboard operation
ngx-gallery copied to clipboard

A simple responsive native gallery component for Angular 8+.

Results 64 ngx-gallery issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, thanks for this great library, but I want to report an issue in which the gallery is not rendered in page when **imageAutoPlay** is set to true which is...

It is useful to close a preview programmatically. A method was added to support that.

I have read the doc and I don't see an option to view thumbnails on preview, similar to Facebook image gallery that pops up on images sent in conversations like...

galleryImages: NgxGalleryImage[]; this.data.images.forEach((item) => { tempArray.push({ small: String(item.src), medium: String(item.src), big: String(item.src), }); }); this.galleryImages = tempArray; Note: item.src is a base64 string Images are not shown

Hello! I would like to know if any update is planned about this. (maybe this is already possible?) Thats quite sad that we have to load the entire `font-awesome.css` instead...

I tried to change the border size and was unsuccessful, i declare in my angular project this: In my Typescript component .ts this.galleryOptions = [ { // max-width +800 width:...

Currently the contribution guidelines returns a 404: https://github.com/kolkov/ngx-gallery/blob/master/CONTRIBUTING.md Any chance this can be updated please?

Hi, I'm trying to add a video into the gallery by using the device's camera. I want to display the video in the gallery and at the same time in...

I want to show base 64 video in ngx-gallery, but its not working. the base64 images are working fine. the issue is when I give base64 video url , the...

enhancement

Is there any way to show a loading animation (for preview image and thumbnails) while waiting for full image to load?