Quick summary
There's no size constraint on avatar images in email notifications - which can lead to this:
Steps to reproduce
- Receive a DM
- Email generated
- Large images like https://fed.brid.gy/static/bridgy_logo_square.jpg overwhelm the display
Site owner impact
Fewer than 20% of the total website/platform users
Severity
Minor
What other impact(s) does this issue have?
No response
If a workaround is available, please outline it here.
Appears to be generated in https://github.com/Automattic/wordpress-activitypub/blob/trunk/templates/emails/new-dm.php
I suggest adding a max-width in https://github.com/Automattic/wordpress-activitypub/blob/trunk/templates/emails/parts/header.php
Quick summary
There's no size constraint on avatar images in email notifications - which can lead to this:
Steps to reproduce
Site owner impact
Fewer than 20% of the total website/platform users
Severity
Minor
What other impact(s) does this issue have?
No response
If a workaround is available, please outline it here.
Appears to be generated in https://github.com/Automattic/wordpress-activitypub/blob/trunk/templates/emails/new-dm.php
I suggest adding a max-width in https://github.com/Automattic/wordpress-activitypub/blob/trunk/templates/emails/parts/header.php