Skip to content

Commit

Permalink
Merge pull request #392 from raccoongang/GREENHOST-252-remove-play-in…
Browse files Browse the repository at this point in the history
…-the-loop

[GREENHOST-252] remove play in the loop
  • Loading branch information
NikolayBorovenskiy authored Mar 20, 2020
2 parents 0ce4baa + 71de152 commit 51b88eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video_xblock/static/vendor/js/Vimeo.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ THE SOFTWARE. */
this.iframe.setAttribute('id', this.options_.techId);
this.iframe.setAttribute('title', 'Vimeo Video Player');
this.iframe.setAttribute('class', 'vimeoplayer');
this.iframe.setAttribute('src', this.baseUrl + this.videoId + '?api=1&autoplay=0&background=1&player_id=' + this.options_.techId);
this.iframe.setAttribute('src', this.baseUrl + this.videoId + '?api=1&loop=0&autoplay=0&background=1&player_id=' + this.options_.techId);
this.iframe.setAttribute('frameborder', '0');
this.iframe.setAttribute('scrolling', 'no');
this.iframe.setAttribute('marginWidth', '0');
Expand Down

0 comments on commit 51b88eb

Please sign in to comment.