loop setting on player page, various other changes
This commit is contained in:
14
README.md
14
README.md
@@ -20,12 +20,20 @@ Replace the files templates/post_thread.html and templates/post_reply.html with
|
||||
Add these lines to inc/instance-config.php:
|
||||
|
||||
$config['allowed_ext_files'][] = 'webm';
|
||||
$config['additional_javascript'][] = 'cc/defaults.js';
|
||||
$config['additional_javascript'][] = 'cc/settings.js';
|
||||
$config['additional_javascript'][] = 'cc/expandvideo.js';
|
||||
require_once 'cc/posthandler.php';
|
||||
event_handler('post', 'postHandler');
|
||||
|
||||
And add this to stylesheets/style.css:
|
||||
|
||||
video.post-image {display: block; float: left; margin: 10px 20px; border: none;}
|
||||
video.post-image {
|
||||
display: block;
|
||||
float: left;
|
||||
margin: 10px 20px;
|
||||
border: none;
|
||||
}
|
||||
span.settings {
|
||||
position: absolute;
|
||||
top: 1em;
|
||||
right: 1em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user