From e5cbe1da6009b85802d0e7c5d834e5a96c72fa02 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Fri, 7 Jun 2013 15:53:59 -0700 Subject: [PATCH] #364: add image width/height --- app/views/posts/show.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb index 57d8d51ad..dd80c8100 100644 --- a/app/views/posts/show.html.erb +++ b/app/views/posts/show.html.erb @@ -116,6 +116,8 @@ <% if @post.twitter_card_supported? %> + + <% end %> <% end %>