%= content_tag(:video, nil, :width => post.image_width, :height => post.image_height, :autoplay => true, :loop => true, :src => post.file_url) %>
<%= link_to "Save this video (right click and save)", post.file_url %>