Expand my Community achievements bar.

SOLVED

How can i add image in RTE without Dragging & Dropping?Also how can i adjust its size??

Avatar

Level 2

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)

1698279_pastedImage_0.png

as i can find RTE Plugin for Image which only allows me to adjust the alignment

1698280_pastedImage_1.png

Please let me know the same

1 Accepted Solution

Avatar

Correct answer by
Level 10

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.

View solution in original post

2 Replies

Avatar

Level 7

Hi,

which AEM version are you using? Are you using the standard rte?

Let us know.

Thanks,

Antonio

Avatar

Correct answer by
Level 10

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.