fixing njum layout

This commit is contained in:
x
2024-06-10 11:24:26 +02:00
parent fb14a21268
commit d878d0e9e5
3 changed files with 11 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
<div class="video">
<div class="embed-responsive embed-responsive-16by9">
<video id="video" class="video embed-responsive-item" loop preload="auto" crossorigin="anonymous">
<source src="//w0bm.com/b{{ "/" . $video->file }}">
<source src="/b{{ "/" . $video->file }}">
</video>
</div>
</div>
@@ -19,7 +19,7 @@
<div class="video-wrap embed-responsive embed-responsive-16by9">
<div class="video">
<video id="video" class="video embed-responsive-item" loop preload="auto" crossorigin="anonymous">
<source src="//w0bm.com/b{{ "/" . $video->file }}">
<source src="/b{{ "/" . $video->file }}">
</video>
</div>
</div>
@@ -40,7 +40,7 @@
<iframe style="height:100%!important; min-height: auto!important;" src="https://w0bm.com/loop/index.html"></iframe>
@else
<video class="video scrollable" loop id="video" controls>
<source src="//w0bm.com/b{{ "/" . $video->file }}">
<source src="/b{{ "/" . $video->file }}">
</video>
@endif
</div>