Add default config for new options, fix firefox inline playing
This commit is contained in:
parent
0ab828bb30
commit
676acdbf82
2 changed files with 5 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
@click="openModal"
|
||||
v-if="type === 'video' && !hidden"
|
||||
:class="{'small': isSmall}"
|
||||
:href="attachment.url"
|
||||
:href="allowPlay ? undefined : attachment.url"
|
||||
>
|
||||
<VideoAttachment class="video" :attachment="attachment" :controls="allowPlay" />
|
||||
<i v-if="!allowPlay" class="play-icon icon-play-circled"></i>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue