• anikhila

    (@anikhila)


    Hi,

    We want to set the {{POSTIMAGE}} to a custom size. I know that we have the option of choosing between Thumbnail,medium and Full in the email subscribers settings but we want something inbetween medium and full. Is there any way to set that?

    Thanks,

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

    (@anikhila)

    The code is like this..chaning the width of the table does not change the width of the image.

    [su_table responsive=”yes”]
    <table style=”align: center; margin-left: 10%; margin-top: 0%; background-color: white;” width=”70%”>
    <tbody>
    <tr>
    <td style=”padding-bottom: 0px; text-align: left;”>{{POSTIMAGE}}</td>
    </tr>
    </tbody>
    </table>
    [/su_table]

    liane

    (@liane_)

    yes, given the many limitations of email CSS, it would be nice to be able to do <img src="{{POSTIMAGE_LINK}}" style="max-width=100%;">

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Image size’ is closed to new replies.