Jeremy Rue
Jeremy Rue
If you're using jQuery, this seems to work for me. ```javascript var s = skrollr.init(); $(window).on("load", function(){ s.refresh(); }); ```
Hmm. I'm unable to reproduce this. Can you share a little more details on your setup? Are you dynamically loading the videos? Are the iframes already present in the HTML?...
Hmm. I copied your code and pasted it into a JSFiddle and it seems to work. The video wasn't showing so I replaced the video ID number with a different...
In the JSFiddle, try clicking the words "playpause." I had added that to agree with the code you sent. I'm getting all console logs from your code. ...
Try removing `player_id=player_1` from the query string in the iframe src. Not sure why, but it works fine on my box, but for some reason that doesn't agree with JSFiddle....
Ugh. Ok, looks like I'll have to really investigate this with multiple browsers. Thanks for the updates.
OK, I found the issue. Events were being sent to Vimeo before the iframe had fully loaded. It was tricky to get the timing just right, but I found a...
Is it not working on all projects or just JSFiddle? For me, I can confirm Firefox isn't working on the JS Fiddle site, which I think might be due to...
Sure, that would be helpful. Email it to me. Jrue at berkeley dot edu On Tuesday, May 10, 2016, despecial [email protected] wrote: > So if I understand you correctly I...
I just made an update to this plugin. It was tricky, because the Vimeo plugin normally just checks the static HTML and processes every Vimeo video on the page. In...