Summary:
File selecter preview missing = in html code
Detailed Description:
A small thing I noticed when testing the image preview.
In the class.ecb2_tools.php file there is a = missing for the preview html code
on line 320 & 322.
$preview = '<img style"max-width:200px;"
changed it to
$preview = '<img style="max-width:200px;"
Would be great to be able to set the width of the preview image somewhere. And I
changed the code a bit to use a resized image. Makes the CMS page loading a bit
faster compared to loading large images.