Changes between Initial Version and Version 1 of Ticket #27195, comment 10
- Timestamp:
- 12/03/2014 12:20:28 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27195, comment 10
initial v1 1 As far as I understand, the problem is that TinyMCE 4.x disables pasting of image source (base64 encoded) inside the post text. This is a really bad practice. Makes the post huge and very inconvenient to load for the site visitors (1MB image is usually about 1.2MB base64 encoded, that's roughly 200,000 words), and is very search engine unfriendly. Also this is not supported in all browsers.1 As far as I understand, the (second) problem is that TinyMCE 4.x disables pasting of image source (base64 encoded) inside the post text. This is a really bad practice. Makes the post huge and very inconvenient to load for the site visitors (1MB image is usually about 1.2MB base64 encoded, that's roughly 200,000 words), and is very search engine unfriendly. Also this is not supported in all browsers. 2 2 3 3 Images in Google Docs don't exist on the Internet. They are local to the document and cannot be inserted anywhere else by using the <img> tag. To properly use images from there, the users will have to upload them to their site and insert them into the post from the Media Library, same as any other image. This means there will be several more steps while writing but will ensure everything works well.