Skip to content

Commit

Permalink
Update loop.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmartin committed Nov 5, 2015
1 parent ba0d697 commit e05268c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flickr/embedr/loop.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="post-title">Video</h1>

function getAndLoopEmbeddedVideo(){
iframes = document.getElementsByClassName('flickr-embed-frame');
if (iframes != 'undefined') {
if (iframes.length > 0) {
console.log(iframes);
// loopVideo(videos[0]);
} else {
Expand Down

0 comments on commit e05268c

Please sign in to comment.