skip to Main Content

HTML Video tag isnt showing the video

I have this <video playsinline autoplay loop width="100%" height="100%" id="mainVideo"> <source src="1.mp4"> </video> and its showing the poster but no video. I have tried using controls and pressing play there but it just didnt do anything with my clicks. No,…

VIEW QUESTION

Html – Video shows white screen while using video.play()

I want to play a video file on a website and i have this function through which i am trying to do it function closePageWithCountdown(seconds) { const countdownElement = document.createElement("countdowntime"); countdownElement.style.position = "fixed"; countdownElement.style.top = "0"; countdownElement.style.left = "0"; countdownElement.style.backgroundColor…

VIEW QUESTION
Back To Top
Search