# Summary

# Project URL

https://www.drupal.org/project/ckeditor_image

# Where is the code?

# Estimated completion date

# Dependencies

# Who's doing the port?

# What help do they need?

# D8 roadmap

# Background and reference information

(Links to any other helpful information, documentation, etc.)

Comments

mgifford created an issue. See original summary.

hansfn’s picture

sukanya.ramakrishnan’s picture

Looking forward to this port to D8. We need the drag resize functionality of images in CKEditor in D8 ASAP!

sukanya.ramakrishnan’s picture

Whoever is looking for the drag resize functionality for images, i found that this functionality is already available in DRupal 8. When text editor is configured, if the 'Limit allowed HTML tags and correct faulty HTML
Enabled ' filter is enabled, add the height and width attributes to the Only local images are allowed. tag in this setting and the drag resize handle works perfectly.

Similarly for captioning and aligning images, the

tag needs to be added and the "text-align-left text-align-center text-align-right" classes need to be added to the

tag.

IMHO, this module port is not needed for D8, it is already in core!

Thanks,
Sukanya

cruzeta’s picture

Is there some clues about when these core image functionalities will be available, or where can I find it in 8.3.5 version?

Thanks,
Cruzeta.

Gerhard Roth’s picture

I would like to have the full rich dialog what was available in D7 and shown in the ckeditor Image plugin
http://ckeditor.com/addon/image so to allow it as a plugin in D8 would be a great help
Gerhard Roth

websiteworkspace’s picture

Given that is essential to be able to specify hspace, vspace, and perform aspect ratio locked resizing, when inserting images, what is the ETA for this Drupal 8 ckeditor functionality?

Wim Leers’s picture

Status: Active » Closed (won't fix)

This is definitely already in D8 core.

wheelercreek’s picture

Just been messing with this for a few hours to try to figure out why my image tool works on one Drupal 8 site but not another. Both sites are at Drupal 8.6.2. Both have the same filters turned on.

The drag-resize functionality hasn't been working on one of the sites. I found it came back when I turned off the filters "caption images" and "align images" (use data-align attribute). BUT - on my other site it's been working fine with these filters active. I don't know what's going on.