You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using BigVideo's doLoop functionality to have a 110 second (1920x1080) mp4 video loop on a website home screen. However, for some reason, the video does not loop. At first, I thought it could have been my code, so I tried it in both IE and Firefox, and it works like a charm.
I used a smaller video length (9 seconds, still at 1920x1080) mp4 and that looped fine within Chrome.
So I guess my summarized question would be "Does Chrome support looping of videos over a certain length?"
I inspected the code through Chrome's debugger and it is definitely returning True when it gets to doLoop. Any suggestions would be great, thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I am using BigVideo's doLoop functionality to have a 110 second (1920x1080) mp4 video loop on a website home screen. However, for some reason, the video does not loop. At first, I thought it could have been my code, so I tried it in both IE and Firefox, and it works like a charm.
I used a smaller video length (9 seconds, still at 1920x1080) mp4 and that looped fine within Chrome.
So I guess my summarized question would be "Does Chrome support looping of videos over a certain length?"
I inspected the code through Chrome's debugger and it is definitely returning True when it gets to doLoop. Any suggestions would be great, thank you.
The text was updated successfully, but these errors were encountered: