html how to remove control bar in video tag inside iframe [closed]

hi just check your video code if there is any

controls

word like that

<video src="../videos/test.mp4" autoplay controls></video>

then remove it to be like that

<video src="../videos/test.mp4" autoplay ></video>

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top