Hi all,
I need to play video .mp4 file in asp.net website while I click expand it should play video in fullview like youtube.
Can anyone guide me?
with regards,
Magesh.L
Hi,
Never tried but it likely uses https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullscreen ie note that rather than requiring full screen mode for the whole document you can also do that for a particular element on your page such as your video tag.
Edit: see a working sample at https://www.w3schools.com/howto/howto_js_fullscreen.asp