Skip to content

Commit

Permalink
(v0.7.3) webm: Add loop
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziahMoselle committed Mar 26, 2018
1 parent 28034a8 commit 42a4f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ function getResults(url)
if (tags.includes('webm'))
{
container.insertAdjacentHTML('beforeend', `
<video class="responsive-video" controls>
<video class="responsive-video" controls loop>
<source src="${image.file_url}" type="video/webm">
</video>`)
}
Expand Down

0 comments on commit 42a4f23

Please sign in to comment.