|
|
|
|
|
by TrueDuality
3492 days ago
|
|
Looks like it's got some bugs preventing it from working. You're loading the videos over HTTP while hosting your site on HTTPS which will result in the iframe being blocked. This is a security issue anyway and should be corrected. Also looks like you're using localStorage and sessionStorage without checking to see if they're available. |
|