Title: Image width
Last modified: October 18, 2019

---

# Image width

 *  Resolved [djwilko12](https://wordpress.org/support/users/djwilko12/)
 * (@djwilko12)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/image-width-12/)
 * Hello,
    Is there a way to limit the pixels of the image? We tried choosing different
   sizes from your plugin’s dropdown, but when we receive the email, the image is
   extremely wide, no matter which size option with choose on the plugin’s settings.
   Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [5 Star Plugins (Rob)](https://wordpress.org/support/users/5starplugins/)
 * (@5starplugins)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/image-width-12/#post-12047271)
 * In Mailchimp there is a resize images option you can check on the RSS feed page,
   and it may help resolve the size issue. If not, or it makes images worse, blurry,
   or too small, leave it unchecked.
 * Often Mailchimp requires custom CSS using it’s own CSS classes to affect the 
   images it’s adding to the template. You would paste it into the RSS merge tag
   body Text Block, click on it’s Code <> icon, and paste it at the very top of 
   the HTML code.
 * For example, this CSS would make the images full-width above the text, and display
   at a max width of 100% wide in the column it’s in:
 *     ```
       <style>
       .mc-rss-item-img {
       width: 600px;
       max-width: 100%;
       }
       </style>
       ```
   
 * That should help, let us know if not.

Viewing 1 replies (of 1 total)

The topic ‘Image width’ is closed to new replies.

 * ![](https://ps.w.org/featured-images-for-rss-feeds/assets/icon-256x256.png?rev
   =1546995)
 * [Featured Images in RSS for Mailchimp & More](https://wordpress.org/plugins/featured-images-for-rss-feeds/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/featured-images-for-rss-feeds/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/featured-images-for-rss-feeds/)
 * [Active Topics](https://wordpress.org/support/plugin/featured-images-for-rss-feeds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/featured-images-for-rss-feeds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/featured-images-for-rss-feeds/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [5 Star Plugins (Rob)](https://wordpress.org/support/users/5starplugins/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/image-width-12/#post-12047271)
 * Status: resolved