Skip to content
Snippets Groups Projects
Commit 676acdbf authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Add default config for new options, fix firefox inline playing

parent 0ab828bb
Branches
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -19,5 +19,8 @@
"loginMethod": "password",
"webPushNotifications": false,
"noAttachmentLinks": false,
"nsfwCensorImage": ""
"nsfwCensorImage": "",
"useOneClickNsfw": true,
"playVideosInline": false,
"useContainFit": false
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment