mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
set image size
This commit is contained in:
parent
7b181559ab
commit
aa50acc5ca
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ elixir:
|
|||
br
|
||||
|
||||
= for item <- Enum.take_random(c.items, 5) do
|
||||
= render PhilomenaWeb.ImageView, "_image_container.html", image: item.example_image, conn: @conn
|
||||
= render PhilomenaWeb.ImageView, "_image_container.html", image: item.example_image, size: :thumb_small, conn: @conn
|
||||
|
||||
p
|
||||
strong
|
||||
|
|
Loading…
Reference in a new issue