javascript - Tiny mce height different in different browser -
i have code in js:
tinymce.init({ width: "100%", height: "550", });
yet height on tinymce seen differently in different browser. idea how can solve issue?
this depends on how big differences are. because each browser has differences in rendering textarea's, buttons etc.
Comments
Post a Comment