Commit c8b85c37df7ed68d8e179d164c3ef46b84843bb2
1 parent
5a54faf2
Exists in
master
and in
2 other branches
Loop on video on waiting modal
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/v_libras/videos/index.haml
... | ... | @@ -61,7 +61,7 @@ |
61 | 61 | %h3 Aguarde... |
62 | 62 | .modal-body |
63 | 63 | = html5_video_tag(['/system/videos/aguarde.webm', '/system/videos/aguarde.mp4'], 'video-wait', 'video-instructions auto-margin', |
64 | - '{ "preload": true, "controls": false, "autoplay": true }') | |
64 | + '{ "preload": true, "controls": false, "autoplay": true, "loop": true }') | |
65 | 65 | |
66 | 66 | .modal-footer |
67 | 67 | %a.btn{"aria-hidden" => "true", "data-dismiss" => "modal", href: "#"} Fechar | ... | ... |