server ver
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div class="video-content">
|
||||
<div class="video">
|
||||
<div class="embed-responsive embed-responsive-16by9">
|
||||
<video id="video" class="video rounded embed-responsive-item" loop preload="auto" crossorigin="anonymous">
|
||||
<video id="video" class="video embed-responsive-item" loop preload="auto" crossorigin="anonymous">
|
||||
<source src="//w0bm.com/b{{ "/" . $video->file }}">
|
||||
</video>
|
||||
</div>
|
||||
@@ -18,7 +18,7 @@
|
||||
<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">
|
||||
<video id="video" class="video embed-responsive-item" loop preload="auto" crossorigin="anonymous">
|
||||
<source src="//w0bm.com/b{{ "/" . $video->file }}">
|
||||
</video>
|
||||
</div>
|
||||
@@ -28,7 +28,7 @@
|
||||
@endsection
|
||||
|
||||
@section('floatvid')
|
||||
<div class="video-wrap embed-responsive embed-responsive-16by9 rounded" id="sticky-container">
|
||||
<div class="video-wrap embed-responsive embed-responsive-16by9" id="sticky-container">
|
||||
@if($video->id == '27204')
|
||||
<iframe src="https://w0bm.com/loop/index.html"></iframe>
|
||||
@else
|
||||
|
Reference in New Issue
Block a user