diff --git a/app/presenters/post_presenter.rb b/app/presenters/post_presenter.rb index a20368007..cfcb88f85 100644 --- a/app/presenters/post_presenter.rb +++ b/app/presenters/post_presenter.rb @@ -14,7 +14,7 @@ class PostPresenter < Presenter html = %{
} html << %{} - if post.image_width > post.image_height && post.image_width > Danbooru.config.small_image_width + if post.image_width > post.image_height && post.image_width > Danbooru.config.small_image_width && !post.is_flash? klass = "wide" else klass = "tall"