Messaging SDK and Chat API for Mobile Apps and Websites

Couple of days ago I was doing some research to build / integrate chat module for one of our client’s app. The client wanted a simple chat application for their enterprise where each employee can chat easily with others in the company. Reinventing the whole wheel would cost a big fortune for developing and maintaining… Continue reading Messaging SDK and Chat API for Mobile Apps and Websites

TinyMCE remove height & width from image

It is so annoying the TinyMCE editor image plugin saving the height and width of the image. You can turn it off in the settings. tinymce.init({ selector: “textarea”, // change this value according to your HTML plugins: “image”, menubar: “insert”, toolbar: “image”, image_dimensions: false }); There are other settings available for the image plugin please… Continue reading TinyMCE remove height & width from image