resize, crop etc for an image in text component is no more available in AEM 6.5 | Community
Skip to main content
sumedhak7436918
New Member
April 15, 2021
Solved

resize, crop etc for an image in text component is no more available in AEM 6.5

  • April 15, 2021
  • 1 reply
  • 924 views

I have OOB text component. With earlier versions of AEM, i was able to resize the image in text component but with AEM 6.5, option have been reduced to edit the image in text component. Can those option be some how made available in AEM 6.5 as well. One of such option was to resize, crop etc an image in text component which is no more available in AEM 6.5

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Asutosh_Jena_

Hi @sumedhak7436918 

OOTB Text component is used only to author textual content and for authoring the Image content we have an OOTB Image component which already has the below features like Resize, crop etc...

These 2 components are separated from each other because of the nature of usage and it can be authored separetely.

 

Either you can use both component separately to achieve your usecase or you can build a custom component with both Text and Image field and add the required properties in the inPlaceEditing of the image component node.

 

Please see the links below:

https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/image.html?lang=en#edit-dialog

 

 

 

Thanks!

1 reply

Asutosh_Jena_
Community Advisor
Asutosh_Jena_Community AdvisorAccepted solution
Community Advisor
April 15, 2021

Hi @sumedhak7436918 

OOTB Text component is used only to author textual content and for authoring the Image content we have an OOTB Image component which already has the below features like Resize, crop etc...

These 2 components are separated from each other because of the nature of usage and it can be authored separetely.

 

Either you can use both component separately to achieve your usecase or you can build a custom component with both Text and Image field and add the required properties in the inPlaceEditing of the image component node.

 

Please see the links below:

https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/image.html?lang=en#edit-dialog

 

 

 

Thanks!