Title: Responsive container?
Last modified: September 2, 2022

---

# Responsive container?

 *  [parpersson](https://wordpress.org/support/users/parpersson/)
 * (@parpersson)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/responsive-container/)
 * Great plugin, thanks for developing!
 * In Gutenberg, when I paste the shortcode (for example: mpress_image_refresh attachment
   =”1261, 1090, 1018″ size=”full”) the image is not responsive. It displays the
   full width regardless of the screen size.
 * Currently, the string of text is formatted as “text block” but I have tried the“
   classic” and “code” block as well. What is the correct way of inserting the shortcode
   to make the image responsive?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Micah Wood](https://wordpress.org/support/users/wpscholar/)
 * (@wpscholar)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/responsive-container/#post-15976552)
 * The responsive nature of the image is going to be dependent on the responsive
   nature of your WordPress theme.
 * You should be able to fix the issue by doing the following:
 * First, from the WordPress admin area, click on the “Appearance” menu item in 
   the left sidebar and then select “Customize”.
 * Next, find and click on the “Additional CSS” section in the customizer.
 * Finally, add this code into the box after anything else that may already be there:
 *     ```
       img {
           max-width: 100%;
       }
       ```
   
 * Be sure to click the “Publish” button to save your changes.
 * If this doesn’t work, providing a link to the page where you are having the issue
   would help me help you.
    -  This reply was modified 3 years, 8 months ago by [Micah Wood](https://wordpress.org/support/users/wpscholar/).

Viewing 1 replies (of 1 total)

The topic ‘Responsive container?’ is closed to new replies.

 * ![](https://ps.w.org/mpress-image-refresh/assets/icon-256x256.png?rev=3200416)
 * [Image Refresh](https://wordpress.org/plugins/mpress-image-refresh/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mpress-image-refresh/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mpress-image-refresh/)
 * [Active Topics](https://wordpress.org/support/plugin/mpress-image-refresh/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mpress-image-refresh/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mpress-image-refresh/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Micah Wood](https://wordpress.org/support/users/wpscholar/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/responsive-container/#post-15976552)
 * Status: not resolved