I\'m using Active Storage and displaying images in the view like so:
image_tag current_user.user_primary_image.variant(resize_to_limit: [100, 100])