mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +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
|
br
|
||||||
|
|
||||||
= for item <- Enum.take_random(c.items, 5) do
|
= 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
|
p
|
||||||
strong
|
strong
|
||||||
|
|
Loading…
Reference in a new issue