Fix social card aspect ratio problem (#2006)

This commit is contained in:
Ben Halpern 2019-03-08 07:12:53 -08:00 committed by GitHub
parent 138278462a
commit cd36d097ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@
}
</style>
<div class="content">
<img src="<%= @article.user.profile_image_url %>" />
<img src="<%= ProfileImage.new(@article.user).get(320) %>" />
<div class="title">
<%= @article.title %>
</div>