Answers for "View HTML5 Video on iOS devices without going to full screen"

1

View HTML5 Video on iOS devices without going to full screen

Use inline property
  <video width="640" height="480" muted autoplay playsinline>
      <source src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" type="video/mp4">  
  </video>
Posted by: Guest on January-04-2021

Code answers related to "View HTML5 Video on iOS devices without going to full screen"

Browse Popular Code Answers by Language