1

I am unable to resize images in chrome using jhtmlarea plugin.

I have tried this in: http://pietschsoft.com/demo/jhtmlarea/

1 Answers1

0

Chrome and Safari are both based on Webkit, which has a rich text editing engine that doesn't have resize handlers yet. There's a jQuery plugin available though, to implement resizing on Webkit for a variety of WYSIWYG html editors:

EditorBoost webkit resize plugin for iframe-based html editors

EditorBoost webkit resize plugin for non-iframe-based html editors

alpha pecap
  • 353
  • 3
  • 11