Commit ff5a33402bf15a5bb94d640b07ced2a6dd97e9eb

Authored by Fernando Brito
1 parent 5b26c8b6
Exists in master and in 2 other branches v2, wikilibras

Autoplay on submitted video

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
app/views/v_libras/videos/show.haml
1 .breadcrumb 1 .breadcrumb
2 %h3= "Vídeo #{@video.request.video_filename}" 2 %h3= "Vídeo #{@video.request.video_filename}"
3 3
4 -.row.text-center  
5 - = custom_video_tag(@video, 'video-vlibras')  
6 \ No newline at end of file 4 \ No newline at end of file
  5 +.row-fluid
  6 + .span12.text-center.well
  7 + = html5_video_tag(@video.url_mp4, 'video-vlibras', 'video-vlibras', :autoplay => 'autoplay')
7 \ No newline at end of file 8 \ No newline at end of file