Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
 
PREVIOUS NEXT
Tagged: #View #Video #iOS #devices #full #screen
ADD COMMENT
Topic
Name
3+7 =