how can I set some image properties

Hello! I found how to have image in dhtmlxgrid cells but how can I set some image properties (height, width)…the images I have are big

If you are using img excell you can’t control image properties, but in case of custom HTML content inside cell - you can set any aspect of image

<![CDATA[ <img src='some.gif' width='100px' height='50px;'> ]]>