forked from leftypol/leftypol
loop setting on player page, various other changes
This commit is contained in:
parent
2a770f27d1
commit
8119058ac9
9 changed files with 98 additions and 55 deletions
|
@ -43,7 +43,7 @@
|
|||
</span></p>
|
||||
<a href="
|
||||
{% if post.file|extension == 'webm' %}
|
||||
{{ config.root }}cc/player.php?v={{ config.uri_img }}{{ post.file }}&t={{ post.filename|e('url') }}
|
||||
{{ config.root }}cc/player.php?v={{ config.uri_img }}{{ post.file }}&t={{ post.filename|e('url') }}&loop=1
|
||||
{% else %}
|
||||
{{ config.uri_img }}{{ post.file }}
|
||||
{% endif %}" target="_blank"{% if post.thumb == 'file' or post.modifiers['is_file'] == '1' or post.filename|extension == 'webm' %} class="file"{% endif %}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue