Skip to content
Snippets Groups Projects
Commit 7d93546d authored by lain's avatar lain
Browse files

Loop videos.

parent 10d5dacd
Branches
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
<img class="base03-border" referrerpolicy="no-referrer" :src="attachment.large_thumb_url || attachment.url"/>
</a>
<video v-if="type === 'video' && !hidden" :src="attachment.url" controls></video>
<video v-if="type === 'video' && !hidden" :src="attachment.url" controls loop></video>
<audio v-if="type === 'audio'" :src="attachment.url" controls></audio>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment