• Resolved djwilko12

    (@djwilko12)


    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

    (@5starplugins)

    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.