EpicEditor icon indicating copy to clipboard operation
EpicEditor copied to clipboard

Ability to configure CSS media setting

Open savingschampion opened this issue 10 years ago • 1 comments

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

savingschampion avatar Mar 16 '15 13:03 savingschampion

Creating a specific print media CSS file is likely the best method to handle this.

massar avatar Nov 25 '15 11:11 massar