loop setting on player page, various other changes
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
</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 %}>
|
||||
|
Reference in New Issue
Block a user