various changes, fixes to css etc

This commit is contained in:
w0bm
2021-11-07 10:28:35 +00:00
parent ac6c15c0e1
commit 50b89c7be7
102 changed files with 2358 additions and 38 deletions

View File

@@ -28,11 +28,20 @@
@endsection
@section('floatvid')
<div class="video-titlebar">
@if($video->videotitle)
{{$video->videotitle}}
@else <b>No Title</b>
@endif
uploaded by <small>{!! $video->user->displayName() !!}</small>
</div>
<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
<video class="video scrollable" loop id="video">
<video class="video scrollable" loop id="video" controls>
<source src="//w0bm.com/b{{ "/" . $video->file }}">
</video>
@endif