--- title: Make images responsive with the new image_tag filter - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/make-images-responsive-with-the-new-image_tag-filter md: https://shopify.dev/changelog/make-images-responsive-with-the-new-image_tag-filter.md --- [Back to Developer changelog](https://shopify.dev/changelog) November 16, 2021 Tags: * Themes # Make images responsive with the new image\_tag filter Adding [responsive images](https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images) to your theme is now easier with the new `image_tag` filter. The filter outputs a responsive HTML `img` tag by default, allows adding arbitrary HTML attributes, and supports [preloading](https://shopify.dev/themes/best-practices/performance#preload-key-resources-defer-or-avoid-loading-others). Learn more about the [image\_tag filter](https://shopify.dev/api/liquid/filters/html-filters#image_tag) on Shopify.dev.