Is there a way to add the title attibute to CKEditor images? I\'m using v4.1.2 and CKEditor is removing it automatically each time it\'s added from the HTML source view. I h
1) Open this file: ckeditor\plugins\image2\plugin.js
At the line number 343 (in my case) add below code
title: this.data.alt
just below "alt: this.data.alt," and enjoy..