It'd be nice if there was a way to set varying breakpoints in admin.yml
which would create breakpoint previews in the editor.
My desire for this is kind of weird because my app uses the cms to build html emails without ever publishing the content as web pages.
Example config could be
previewer_breakpoints:
- label: Mobile
width: 320
- label: Tablet
width: 768
- label: Desktop
width: 1024
Super rough comp:
Maybe a way to hide the form would suffice, like you can hide the preview.
I may have just realized this basically exists cause you can resize the preview pane by dragging the divider..
Yeah that's the current approach. Maybe in the future it might be worth investing in more focused responsive support, but we're probably okay for now.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
I may have just realized this basically exists cause you can resize the preview pane by dragging the divider..