mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[GH-ISSUE #229] pictures displaying stretched #319
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#319
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rmkaymusic on GitHub (Jan 29, 2026).
Original GitHub issue: https://github.com/arikchakma/maily.to/issues/229
Hi, we've had a few reports of people seeing our images stretched despite them having the ''lock aspect ratio' box ticked. It's hard for us to get sensible email client info out of people unfortunately & we can't reproduce it ourselves. Is this something you're working on? Should be easy enough to check/fix on email on acid or something but I don't have an account anymore since I've been paying for your service:-)
Thanks for your work on maily!
@arikchakma commented on GitHub (Feb 7, 2026):
It should be fixed, can you please have a look?
@rmkaymusic commented on GitHub (Feb 9, 2026):
Ah fantastic thank you - we'll try on our next newsletter and let you know!
@kieranm commented on GitHub (Mar 13, 2026):
Hi @arikchakma - this isn't fixed for us. The style tag of the outputted image is:
However, the container has
max-width: 600pxwhich causes the image to become squashed horizontally given that the size of the image exceeds ~580px (accounting for container padding) and the height value of the image is fixed.I think the fixed height property would have to be removed/set to auto to allow the image to resize as the container width changes