Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gitalvininfo opened this issue Jan 23, 2021 · 1 comment

Comments

@gitalvininfo
Copy link

gitalvininfo commented Jan 23, 2021

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
Copy link
Author

gitalvininfo commented Jan 26, 2021

I hope to hear some solutions.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant