diff --git a/app/views/v_libras/videos/show.haml b/app/views/v_libras/videos/show.haml index 25e275b..e021c0e 100644 --- a/app/views/v_libras/videos/show.haml +++ b/app/views/v_libras/videos/show.haml @@ -1,5 +1,6 @@ .breadcrumb %h3= "VĂ­deo #{@video.request.video_filename}" -.row.text-center - = custom_video_tag(@video, 'video-vlibras') \ No newline at end of file +.row-fluid + .span12.text-center.well + = html5_video_tag(@video.url_mp4, 'video-vlibras', 'video-vlibras', :autoplay => 'autoplay') \ No newline at end of file -- libgit2 0.21.2