Skip to content

option autoPlay:false ignored #12

@Nebel54

Description

@Nebel54

Thanks for the good work!

I stumbled into a bug today: The option autoPlay:false is ignored, because your initialize Method fires this.play() without considering this option, please wrap an if-statement around it:

    // let's get things going!
    if (this.autoPlay) {
        this.play();
    }

Thanks again,
Oliver

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions