mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
add tall size
This commit is contained in:
parent
57a37971b1
commit
1f95c04b44
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ defmodule PhilomenaWeb.ImageView do
|
|||
small: thumb_url(image, show_hidden, :small),
|
||||
medium: thumb_url(image, show_hidden, :medium),
|
||||
large: thumb_url(image, show_hidden, :large),
|
||||
tall: thumb_url(image, show_hidden, :tall),
|
||||
full: thumb_url(image, show_hidden, :full)
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue