add tall size

This commit is contained in:
byte[] 2019-11-17 21:23:45 -05:00
parent 57a37971b1
commit 1f95c04b44

View file

@ -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