mrdee 1 Report post Posted November 23, 2011 Earlier today I embedded a video file into a website using HTML 5.I used the following code: <video width="560" height="340" controls> <source src="file://C:/Users/Papa/Documents/Camtasia Studio/Puppies/Puppies.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'><source src="path/to/myvideo.ogv" type='video/ogg; codecs="theora, vorbis"'></video> (Obviously this is just the code for the video, it was properly placed between <head></head>, <html></html> and <body></body> tags.).The code worked good as gold, the video plays impeccably, however, the only control present apart from Play/Pause is the volume control.I would like a control on my video which the user can click to let the clip play in full-screen mode.Is that possible to achieve, and, if it is, how do I manage to do this?Your advice will be much appreciated. Share this post Link to post Share on other sites
tritesh 1 Report post Posted December 6, 2011 Information at https://www.thecssninja.com/javascript/fullscreen may i hope will be helpful for you. Just give a try. Share this post Link to post Share on other sites