How can I change the size of the image preview box that pops up to preview and insert an image for the WebHtmlEditor? I can change the overall size of the window but the white preview box size does not get larger.
Thanks
Hi,
To build html for preview the elem.innerHTML is used. Something like
<body topmargin='0' leftmargin='0'>"+elem.innerHTML+"</body></html>
If browser does not resize that, then probably nothing can be done.
Where would I modify the code for the popup image upload and preview window to control the size of the inner window?