Reduce the preview size of embedded uploaded image in the email content

  • Andrew
    Asked on March 9, 2019 at 6:03 PM

    I'm using the image upload preview widget and notice that the uploaded image is always full size.  Is there a way to reduce the image to a smaller size so that it is visible on the screen or email without scrolling (the PDF is ok).

  • jonathan
    Replied on March 9, 2019 at 6:24 PM

    You can add size dimension to the embedded upload image in the submission email.

     you may specify only either a width or a height for the image.

    To specify only the height, follow this format:

    {IMG:uploadPhoto::100}

    To specify only the width. follow this:

    {IMG:uploadPhoto:100}

    To specify both height and width, follow this:

    {IMG:uploadPhoto:100:100}

    This will keep the images sent to your email in a uniform width or height, retaining the original aspect ratio.

    Example:

    Reduce the preview size of embedded uploaded image in the email content Image 1 Screenshot 20