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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -