Netlify-cms: [feature request] responsive preview options

Created on 14 May 2018  路  3Comments  路  Source: netlify/netlify-cms

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:

desktop hd

Maybe a way to hide the form would suffice, like you can hide the preview.

stale

Most helpful comment

I may have just realized this basically exists cause you can resize the preview pane by dragging the divider..

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings