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.