Title: Responsive images same height
Last modified: August 22, 2016

---

# Responsive images same height

 *  Resolved [Film Complet En Francais](https://wordpress.org/support/users/film-complet-en-francais/)
 * (@film-complet-en-francais)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/responsive-images-same-height/)
 * I’m trying to implement responsive images into my website. I want all images 
   to be the same size and I’m using this code:
 *     ```
       img {
           max-width:100%;
           height:auto;
       }
       ```
   
 * The problem is images do not scale proportionally when screen resolution (width)
   is less than 767px – all images are the same width, but height differs [see here](http://www.filmcompletenfrancais.fr).
   Is it possible to fix this using CSS?

Viewing 1 replies (of 1 total)

 *  [Extech](https://wordpress.org/support/users/extech/)
 * (@extech)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/responsive-images-same-height/#post-5257842)
 * Hi
 * You can use the min-height for screen resolutino less than 767px.
 * img {
    max-width:100%; height:auto; min-height: 215px; }

Viewing 1 replies (of 1 total)

The topic ‘Responsive images same height’ is closed to new replies.

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [content](https://wordpress.org/support/topic-tag/content/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [images](https://wordpress.org/support/topic-tag/images/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)

 * 1 reply
 * 2 participants
 * Last reply from: [Extech](https://wordpress.org/support/users/extech/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/responsive-images-same-height/#post-5257842)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
