EpicEditor
EpicEditor copied to clipboard
Ability to configure CSS media setting
When you add stylesheets to the editor iframe, you specify that the CSS should only be loaded for the screen view, which is really incompatible. You should allow the users to decide when the CSS is loaded, or remove the media attribute entirely and do it in the loaded CSS.
I'm trying to print pages with EpicEditor on them, and the lack of CSS styling in print media is really breaking my layout
Creating a specific print media CSS file is likely the best method to handle this.