• Why is it not possible to have squae images in the email notifications?

    Or am I missing something?

Viewing 1 replies (of 1 total)
  • Plugin Support aabdelrhman

    (@aabdelrhman)

    Hi @phasar40 ,

    Yes, square images are possible in email notifications. Notification Master uses the standard WordPress Classic Editor, which supports HTML formatting.

    You can control the image dimensions manually using HTML, for example:

    <img src="{{post.featured_image_url}}" width="300" height="300" />

    This will display the image in a square format.

    If you’re still seeing a different layout, please send us a screenshot of the email result and we’ll be happy to help further.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.