
Easy Preview Upload plugin
Instant upload image and insert its preview




The best way to place a preview of the image linked to original image is to use Easy Preview upload add-on. The HTML code inserted into TinyMCE or CKEditor document will be fully compatible with such popular preview scripts like LightBox, FancyBox and ShadowBox and of course you can change it in the configuration file.
The plugin is very simple but for install and use but has ability to work on any PHP or ASP.NET server and has many features which will help you resize image original or set a size of its preview.



Install Easy Preview Upload plugin in TinyMCE 5
Self-hosted TinyMCE 5
Cloud TinyMCE 5
Install the plugin to TinyMCE 5 hosted on your server
- Copy
EasyPreviewUpload
directory totinymce/plugins/
. - Edit TinyMCE config and add
EasyPreviewUpload
toplugins
parameter.
Example
Here you can see sample TinyMCE initialization code with config inside it:
TinyMCE.init({
selector: "#editor",
plugins: "EasyPreviewUpload",
});
Refer to TinyMCE add-ons installation manual for more details
Tell a friend about Easy Preview Upload
Share
Tweet
Send
Reviews
Be the first who will write a feedback for this plugin.