How can show my images style from editor
add_editor_style allows theme developers to link a custom stylesheet file to the TinyMCE visual editor. You’ll want to duplicate many (if not all) of your styles from the front-end to be included in that file. Then editing in the visual editor will look more like your front-end css. The problem is more likely that you … Read more