mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 16:56:00 +03:00
[GH-ISSUE #349] Resize display view size #234
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#234
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 @rogerdz on GitHub (Aug 17, 2024).
Original GitHub issue: https://github.com/axllent/mailpit/issues/349
Mailpit only has 3 option

Can I change display view size by drag and drop?
It is useful in case I want to test the email display at some specific sizes
@axllent commented on GitHub (Aug 17, 2024):
What sizes are you wanting to test, and (assuming it's mobile) can't you just resize your browser width to what you want to test?
@rogerdz commented on GitHub (Aug 19, 2024):
Resize browser width seems ok 👍
@axllent commented on GitHub (Aug 19, 2024):
Great! I realise that it would be nice to have a drag-and-drop width for that, however that functionality would also need to be mobile friendly (work with touch screens on tablets, phones etc), which makes it really complicated to implement and maintain. Having a long list preset sizes always means someone else will want something a little different. The easiest solution (for the smaller sizes like phones) is to just resize your desktop browser to the width you need 👍 Event than it's not 100% accurate, but it gives you a fairly good idea.