mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Drag player div
This commit is contained in:
@@ -69,6 +69,11 @@ $(document).ready(function()
|
||||
edge: 'right', // Choose the horizontal origin
|
||||
closeOnClick: false // Closes side-nav on <a> clicks, useful for Angular/Meteor
|
||||
});
|
||||
//awdwad
|
||||
$(".video-container").resizable({
|
||||
handles: "e",
|
||||
minWidth: 350
|
||||
});
|
||||
|
||||
if(localStorage[chan.toLowerCase()])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user