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

Galleryoption property imageAutoPlay does not work in Angular Universal (Angular 10)

Open gitalvininfo opened this issue 4 years ago • 1 comments

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 by default. Removing the imageAutoPlay property renders again the gallery.

This is my gallery option

this.galleryOptions = [
      {
        thumbnails: false,
        height: "150px",
        width: "100%",
        thumbnailsRows: 1,
        thumbnailsColumns: 1,
        preview: false,
        imageArrows: false,
        // imageAutoPlay: true,
        // imageAutoPlayPauseOnHover: true,
      }
    ];

I just wan t to make sure if this is currently supported in angular universal?

Animation works properly when serve in normal angular app but when I try to build it to angular universal gallery is missing.

Thanks again. any insights would be appreciated.

gitalvininfo avatar Jan 23 '21 07:01 gitalvininfo

I hope to hear some solutions.

Thanks

gitalvininfo avatar Jan 26 '21 09:01 gitalvininfo