Skip to content

Show method does not change the image regularly! #337

Open
@rupesh45

Description

Show method has some glitches! sometimes it works fine,sometimes it doesn't!

<ngx-gallery #gallery [options]="galleryOptions" [images]="galleryImages" class="ngx-gallery"> </ngx-gallery>

colorChanged(color){ let ind = this.coloritems.findIndex(col => col == color) this.gallery.show(ind); }

I'm calling the show method inside the function!

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions