Skip to content

Commit

Permalink
(v0.7.3) webm: Add loop #9
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziahMoselle committed Mar 26, 2018
1 parent f866825 commit 20e6186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gelbooru-client",
"version": "0.7.2",
"version": "0.7.3",
"description": "You already know what it is.",
"main": "main.js",
"dependencies": {
Expand Down
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 20e6186

Please sign in to comment.