diff --git a/app/views/v_libras/videos/index.haml b/app/views/v_libras/videos/index.haml index 2575dcd..8ead5eb 100644 --- a/app/views/v_libras/videos/index.haml +++ b/app/views/v_libras/videos/index.haml @@ -61,7 +61,7 @@ %h3 Aguarde... .modal-body = html5_video_tag(['/system/videos/aguarde.webm', '/system/videos/aguarde.mp4'], 'video-wait', 'video-instructions auto-margin', - '{ "preload": true, "controls": false, "autoplay": true }') + '{ "preload": true, "controls": false, "autoplay": true, "loop": true }') .modal-footer %a.btn{"aria-hidden" => "true", "data-dismiss" => "modal", href: "#"} Fechar -- libgit2 0.21.2