Title: Images not responsive
Last modified: August 22, 2016

---

# Images not responsive

 *  [Functional Post](https://wordpress.org/support/users/functionalpost/)
 * (@functionalpost)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/images-not-responsive-1/)
 * The images in one of my blog posts are not responsive. It does not resize for
   mobile displays and does not look good. How do I make it responsive?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Aivaras Zelba](https://wordpress.org/support/users/aivaraszelba/)
 * (@aivaraszelba)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/images-not-responsive-1/#post-5321918)
 * Could you give us a source or a link to a website?
 * You may try to do this. Just paste this code and specify images you want to look
   good. In mobile resolution all images are 100% width usually.
 *     ```
       @media only screen
       and (min-device-width : 320px)
       and (max-device-width : 480px) {
          img {
                width:100%;
          }
       }
       ```
   
 * Ref: [Css Tricks](http://css-tricks.com/snippets/css/media-queries-for-standard-devices/)
 *  Thread Starter [Functional Post](https://wordpress.org/support/users/functionalpost/)
 * (@functionalpost)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/images-not-responsive-1/#post-5321951)
 * my site is gone – with all of its contents – thanks to a plugin. I will try it
   anyway after I rebuild my site.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Images not responsive’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sparkling/2.4.11/screenshot.png)
 * Sparkling
 * [Support Threads](https://wordpress.org/support/theme/sparkling/)
 * [Active Topics](https://wordpress.org/support/theme/sparkling/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sparkling/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sparkling/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Functional Post](https://wordpress.org/support/users/functionalpost/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/images-not-responsive-1/#post-5321951)
 * Status: not a support question