blah server ver blah

This commit is contained in:
2021-03-13 02:28:50 +00:00
parent 7a62b01027
commit c9257dc357
10 changed files with 24 additions and 32 deletions

View File

@@ -18,8 +18,8 @@
<div class="page">
<div class="video-wrap embed-responsive embed-responsive-16by9">
<div class="video">
<video id="video" class="video rounded embed-responsive-item" loop preload="auto" crossorigin="anonymous">
<source src="//b.w0bm.com/b{{ "/" . $video->file }}">
<video onloadstart="this.volume=0.5" id="video" class="video rounded embed-responsive-item" loop preload="auto" crossorigin="anonymous">
<source src="//w0bm.com/b{{ "/" . $video->file }}">
</video>
</div>
</div>
@@ -29,8 +29,8 @@
@section('floatvid')
<div class="video-wrap embed-responsive embed-responsive-16by9 rounded" id="sticky-container">
<video class="video scrollable" controls autoplay loop id="video">
<source src="//b.w0bm.com/b{{ "/" . $video->file }}">
<video onloadstart="this.volume=0.5" class="video scrollable" controls autoplay loop id="video">
<source src="//w0bm.com/b{{ "/" . $video->file }}">
</video>
</div>
@include('video-partials.legacy-videonav')