Html video (YouTube video) how to... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Html video (YouTube video) how to...

html- Is there a way to stop a video(YouTube video) from zooming to full screen when you click play? It doesn't matter what width/height you set the video, the video zooms in to whole iPhone screen. How do you stop that (can you)?

9th Jun 2019, 4:18 AM
Ginfio
Ginfio - avatar
5 Answers
+ 1
use an imbed href giving us the code would help fix it
9th Jun 2019, 6:03 AM
Jason Kennedy
+ 1
Unable to test, no iPhone. Did you try with a different browser? Works as intended on chrome Android.
11th Jun 2019, 6:29 PM
Chris Coder
Chris Coder - avatar
0
here is the code. the video is on the TV. and i want it to stay on the tv when you click play - instead of zooming in to full screen. https://code.sololearn.com/WOF6j8dBg34s/?ref=app
9th Jun 2019, 1:43 PM
Ginfio
Ginfio - avatar
0
Try this <video src=" " webkit-playsinline></video> Or <video src=" " playsinline></video>
11th Jun 2019, 8:32 AM
Chris Coder
Chris Coder - avatar
0
didn't work for me. did it work for you?
11th Jun 2019, 5:56 PM
Ginfio
Ginfio - avatar