Rails 7.1 adds support for responsive images
Rails 7.1 adds picture_tag, which is a more “robust” version of the image_tag. It supports resolution switching, art direction, and fallback image. Read here: https://www.shivamchahar.com/posts/rails-7.1-adds-responsive-images
Post a comment