fixing emoji picker in atmos layout, re-adding old emojis
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user