Skip to content

Instantly share code, notes, and snippets.

View deadkff01's full-sized avatar
🪐

Dennis Kaffer deadkff01

🪐
View GitHub Profile
@jessedc
jessedc / vimeo-js-api.html
Last active June 17, 2018 20:59
Autoplay Vimeo Videos from outside their iframe using Javascript.
<html>
<head></head>
<body>
<!-- NOTE: ?api=1 and player_id at the end of the URL -->
<iframe id="player" width="" height="" src="http://player.vimeo.com/video/62207569?api=1&player_id=player" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<script src="http://a.vimeocdn.com/js/froogaloop2.min.js"></script>
<script>
var player = $f(document.getElementById('player'));