fixing emoji picker in atmos layout, re-adding old emojis

This commit is contained in:
2021-07-11 14:39:28 +00:00
parent 576669d9ee
commit 505d221dc8
3 changed files with 13 additions and 13 deletions

View File

@@ -14,7 +14,7 @@
@if($video->id == '27204')
<iframe src="https://w0bm.com/loop/index.html"></iframe>
@else
<video id="video" loop controls preload="auto" crossorigin="anonymous">
<video id="video" loop controls preload="auto" crossorigin="anonymous" loading="lazy">
<source src="/b{{ "/" . $video->file }}">
</video>
@endif