Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Fijxu
2024-10-08 19:22:53 -03:00
51 changed files with 517 additions and 200 deletions

View File

@@ -1,5 +1,6 @@
<video style="outline:none;width:100%;background-color:#000" playsinline poster="<%= thumbnail %>"
id="player" class="on-video_player video-js player-style-<%= params.player_style %>"
preload="<% if params.preload %>auto<% else %>none<% end %>"
<% if params.autoplay %>autoplay<% end %>
<% if params.video_loop %>loop<% end %>
<% if params.controls %>controls<% end %>>