Fix social card aspect ratio problem (#2006)
This commit is contained in:
parent
138278462a
commit
cd36d097ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue