some css changes to w0bmcustom.css and glitch.css, some changes in irc.blade.php regarding the visibility of the page for non logged in users, some minor changes to the upload page and a big change to the video page by adding the first interactive upload with loops to w0bm
This commit is contained in:
@@ -17,10 +17,14 @@
|
||||
</div>
|
||||
@endif
|
||||
<div class="embed-responsive embed-responsive-16by9">
|
||||
@if($video->id == '27204')
|
||||
<iframe src="https://w0bm.com/loop/index.html"></iframe>
|
||||
@else
|
||||
<video id="video" loop controls preload="auto" crossorigin="anonymous">
|
||||
<source src="/b{{ "/" . $video->file }}">
|
||||
<!-- rip fapple! <source src="//fapple.w0bm.com/{{str_replace(".webm","",$video->file)}}.mp4"> -->
|
||||
</video>
|
||||
@endif
|
||||
@if($video->category->name === 'Anime' || $video->category->name === 'Otomad')
|
||||
<div class="anime-thumb-opener hidden-xs"><i title="Generate Anime Thumbnail!" class="fa fa-file-image-o"></i></div>
|
||||
<div style="display: none;" class="anime-thumb">
|
||||
|
Reference in New Issue
Block a user