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:
@@ -63,7 +63,7 @@
|
||||
@if(auth()->check())
|
||||
<canvas class="hidden-xs" id="bg"></canvas>
|
||||
@else
|
||||
<video id="placeholder" src="placeholder.webm" autoplay="" muted="" loop=""></video>
|
||||
<video id="placeholder" src="cyberplaceholder.mp4" autoplay="" muted="" loop=""></video>
|
||||
@endif
|
||||
|
||||
@include('partials.navigation')
|
||||
|
Reference in New Issue
Block a user