OOTB Image with text component | Community
Skip to main content
New Participant
February 25, 2022
Solved

OOTB Image with text component

  • February 25, 2022
  • 2 replies
  • 1279 views

Requirement: to add an image and a text below it as a single component.

Is there any OOTB component which has both image and text together?

 

Thanks in advance!

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 Shubham_borole

@dolly 

Can you please take a look at https://www.aemcomponents.dev/?

It seems Teaser component is available that provides Image, Pretitle, Title and Description. See if that can be used. You can overlay the component to apply other customizations.

 

Other wise you can overlay the text component and add an image option to that.

If you end up not using any of above, you can also explore this wknd component for a custom implementation

2 replies

DEBAL_DAS
New Participant
February 25, 2022

I am using AEM 6.5.9 and I could see below OOTB deprecated textimage component -

 

Please don't inherit this component. You could refer this component to build your own textimage component and this component will be part your application(project) specific component library.

Shubham_borole
Shubham_boroleAccepted solution
New Participant
February 25, 2022

@dolly 

Can you please take a look at https://www.aemcomponents.dev/?

It seems Teaser component is available that provides Image, Pretitle, Title and Description. See if that can be used. You can overlay the component to apply other customizations.

 

Other wise you can overlay the text component and add an image option to that.

If you end up not using any of above, you can also explore this wknd component for a custom implementation