Title: Image not Responsive &amp; Smaller
Last modified: September 7, 2017

---

# Image not Responsive & Smaller

 *  Resolved [hasliza](https://wordpress.org/support/users/hasliza/)
 * (@hasliza)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/image-not-responsive-smaller/)
 * Hi,
 * If I use custom size (if selected, Pop-up won’t be responsive), the custom content
   won’t be responsive on mobile. However, if I’m uncheck on this, the image on 
   the custom content will be smaller and not displaying the full image size.

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

 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/image-not-responsive-smaller/#post-9476177)
 * Hi [@hasliza](https://wordpress.org/support/users/hasliza/),
 * Image holder is calculated based on the screen width and the content and images
   with different aspect ration can behave differently.
 * You can try applying some media queries with CSS to adjust the image size on 
   different screens, something like this should do the trick:
 *     ```
       /*Entire popup*/
       .wph-modal {
           max-height: 500px!important;
       }
   
       /*Image holder*/
       .wph-modal--image, 
       .wph-modal--image img {
           max-height: 300px!important;
           height: 300px!important;
           flex: auto!important;
       }
       ```
   
 * Note that you need to use !important in order to overwrite values added via script.
 * Cheers,
    Predrag
 *  [jdailey](https://wordpress.org/support/users/jdailey/)
 * (@jdailey)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/image-not-responsive-smaller/#post-9497122)
 * Thank you for contacting support. I am going to close this topic for now. If 
   you need anything please let us know.

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

The topic ‘Image not Responsive & Smaller’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-popup/assets/icon-256x256.gif?rev=3446944)
 * [Hustle - Email Marketing, Lead Generation, Optins, Popups](https://wordpress.org/plugins/wordpress-popup/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popup/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popup/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popup/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [jdailey](https://wordpress.org/support/users/jdailey/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/image-not-responsive-smaller/#post-9497122)
 * Status: resolved