+ 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)?
5 Respostas
+ 1
use an imbed href
giving us the code would help fix it
+ 1
Unable to test, no iPhone. Did you try with a different browser? Works as intended on chrome Android.
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
0
Try this
<video src=" " webkit-playsinline></video>
Or
<video src=" " playsinline></video>
0
didn't work for me. did it work for you?