Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 2nic

    (@2nic)

    sorry,

    it seems that

    the max image width is 325px whe the image is left/right aligned
    and
    564 px when then image is centered

    case 'alternate':
    case 'left':
    case 'right':
    // constrain width to 325px max
    $post_image['width'] = min($params['image_width'], 325);
    break;
    case 'center':
    // constrain width to 564px max
    $post_image['width'] = min($params['image_width'], 564);
    break;

    would it not be possible to send exactly what was published on the website?

    thanks,
    v

    Unfortunately no, otherwise MailPoet could send a huge file to your subscribers without need. That’s why shrink that size.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘image width within automatic newsletter’ is closed to new replies.