I have been seeing more and more HTML5 video loops and would love to implement some through Freeway. The quality of these are amazing from what I’ve seen and it seems like a great alternative to a dedicated video player or looping GIFs.
Any suggestions on an easy implementation or is it something more complex?
I have linked a recent example from the nytimes travel section.
However, there is a catch. GIFs are big (file-size-wise), but videos are in an entirely different definition of huge. The NYT article that you shared is using some form of lazy loader so that the videos don’t actually load until they are visible. This would require some JS know-how to accomplish.