diff --git a/app/models/post.rb b/app/models/post.rb index b4d13b9c2..88128eda6 100644 --- a/app/models/post.rb +++ b/app/models/post.rb @@ -515,10 +515,8 @@ class Post < ApplicationRecord if image_width >= 1024 && image_width.to_f / image_height >= 4 tags << "wide_image" - tags << "long_image" elsif image_height >= 1024 && image_height.to_f / image_width >= 4 tags << "tall_image" - tags << "long_image" end if file_size >= 10.megabytes