WebM support

This commit is contained in:
Toks
2014-06-30 13:21:07 -04:00
parent 1a2517634a
commit a84850c094
8 changed files with 87 additions and 18 deletions

View File

@@ -38,7 +38,7 @@
<li>
<strong>Size:</strong>
<%= number_to_human_size(post.file_size) %>
<% if post.is_image? %>
<% if post.has_dimensions? %>
(<%= post.image_width %>x<%= post.image_height %>)
<% end %>
</li>