nachtrag css fixes#
This commit is contained in:
@@ -30,16 +30,14 @@
|
||||
@section('floatvid')
|
||||
<div class="video-titlebar">
|
||||
@if($video->videotitle)
|
||||
{{$video->videotitle}}
|
||||
|
||||
@else <b>No Title</b>
|
||||
|
||||
<b>{{$video->videotitle}}</b>
|
||||
@else <b><u>No Title</u></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>
|
||||
<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 }}">
|
||||
|
Reference in New Issue
Block a user