Is there any way i can add image in RTE (by exploring path or so) and also can adjust Height/Width of same
I tried Dragging-n-Dropping the same is not working in my Chrome and IE 11 browser(Screenshot attached)
as i can find RTE Plugin for Image which only allows me to adjust the alignment
Please let me know the same
Solved! Go to Solution.
Views
Replies
Total Likes
For OOB RTE, the best thing you could do is to use image path in an element tag (p, span, a, img etc.) and apply css classes/style to it
E.g. <img src="somepath" style="somestyle"/>
It won't provide drag/drop and crop features.
Views
Replies
Total Likes
Hi,
which AEM version are you using? Are you using the standard rte?
Let us know.
Thanks,
Antonio
Views
Replies
Total Likes
For OOB RTE, the best thing you could do is to use image path in an element tag (p, span, a, img etc.) and apply css classes/style to it
E.g. <img src="somepath" style="somestyle"/>
It won't provide drag/drop and crop features.
Views
Replies
Total Likes