Code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eek5676
    Registered User
    • Apr 2015
    • 48

    #1

    Code

    Use something like this...

    <video controls>
    <source src="parrots-small.mp4" type="video/mp4" media="all and (max-width:100%)">
    <source src="parrots-small.webm" type="video/webm" media="all and (max-width:100%)">
    <source src="parrots.mp4" type="video/mp4">
    <source src="parrots.webm" type="video/webm">
    </video>
    NEW! FREE SEARCH ENGINE SUBMIT
  • Finch3X
    Confirmed User
    • Dec 2009
    • 19

    #2
    Originally posted by eek5676
    Use something like this...

    <video controls>
    <source src="parrots-small.mp4" type="video/mp4" media="all and (max-width:100%)">
    <source src="parrots-small.webm" type="video/webm" media="all and (max-width:100%)">
    <source src="parrots.mp4" type="video/mp4">
    <source src="parrots.webm" type="video/webm">
    </video>
    Thanks for the assistance.

    The issue was a bucket policy was blocking mobile visitors.

    Comment

    Working...