View Single Post
Posts: 98 | Thanked: 142 times | Joined on Mar 2011
#64
Originally Posted by gerbick View Post
words
What appears to be happening is that they are detecting that the browser is a mobile browser (using Math.min(screen.width, screen.height) to see if it's <= 480), and seeing if the video has a "mobile" attribute for it, which it does not, causing the video to fail. I'm not sure why this is, though.
 

The Following User Says Thank You to Sazpaimon For This Useful Post: