Image resizing and positioning

This example shows how to set up the image resizing or change the text floating for the image.

Code

<!--element -->
<textarea id="content"></textarea>

<!-- call -->
<script>
$R('#content', {
    imageUpload: '/your-upload-script/',
    imageResizable: true,
    imagePosition: true
});
</script>