vimeo.ga.js
vimeo.ga.js copied to clipboard
Better iframe finder
On the live version of this library, it looks for all iframes. This will throw a bunch of errors on pages with non-Vimeo iframes.
We initially changed this to look at classes with "vimeo" in them, but ultimately decided on using src, which should be reliable.
We also removed some commented-out logs, and uncommented the tracker not found logger.