mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-31 19:36:44 +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),
|
small: thumb_url(image, show_hidden, :small),
|
||||||
medium: thumb_url(image, show_hidden, :medium),
|
medium: thumb_url(image, show_hidden, :medium),
|
||||||
large: thumb_url(image, show_hidden, :large),
|
large: thumb_url(image, show_hidden, :large),
|
||||||
|
tall: thumb_url(image, show_hidden, :tall),
|
||||||
full: thumb_url(image, show_hidden, :full)
|
full: thumb_url(image, show_hidden, :full)
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue