Viewing 1 replies (of 1 total)
  • Plugin Author eventualo

    (@eventualo)

    Hi, when you insert an image in your post you can select an image size (usually: thumb, medium, large, full).
    Anyway, WP creates responsive images to be suitable for all screens.
    You can set max-width of images in newsletters adding this css rule in your images:
    <img ...... style="max-width: 100%;height: auto">
    or add the css rule in your newsletter theme:
    img { max-width: 100%; height: auto }
    In next release I’ll add this rule into default newsletter themes bundled with plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘[POST-CONTENT] with smaller images’ is closed to new replies.