New to Kendo UI for jQuery? Download free 30-day trial

Resize Images and Tables in the Editor

Environment

Product Progress® Kendo UI® Editor for jQuery
Operating System Windows 10 64bit

Description 

How can I resize images and tables in the jQuery Editor?

Solution

As of R2 2021 release, image resizing has been implemented in the Editor while table resizing was included back in R3 2016. To resize an image, you can use the resize handlers. Similarly, you can use resize handlers to resize a table. Additionally, to resize a table row or a column, you can drag the cell borders with the mouse.

  • The undo function is not supported while resizing an image or a table, and is considered to be a limitation.
  • To resize an image or a table in versions prior to the R3 2016 release and in browsers that do not normally support it, such as Google Chrome 46, implement a custom Editor tool.

See Also

In this article