Skip to content

can't remove controls in LazyVideo #41

@kramar96

Description

@kramar96

Hello.

This is my code.

<LazyVideo
    src={content.mobileVideo}
    width="100"
    height="100"
    poster={content.mobileImage}
    control={false}
    autoplay={true}
    loop={true}
    muted={true}
  />

As you can see I have set control false. But controls still exists.
Let me know how to hide control bar in LazyVideo.

Thanks.

Metadata

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