Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
SOLVED

Getting error while re-size the teaser component in AEM 6.4

Avatar

Level 3

Hi,

I am trying to re-size the Teaser component but I'm not able to do it. For reference please find the below screenshot.

 

Please suggest.

 

Thank you,
Nitin.

 

 

jadhavni3_0-1600402960095.png

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Can you check the nodes for grid setting for teaser component after resizing or the HTML DOM e.g.

<div class="teaser aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--offset--default--0">

Can you please specify below as well -

  • Is grid css included?
  • which AEM core components version are you using?


Arun Patidar

View solution in original post

5 Replies

Avatar

Community Advisor

@jadhavni3 

Which versoin of AEM are you using ?
Try verifying the below configuration of Clientlib required to make this happen:

https://docs.adobe.com/content/help/en/experience-manager-64/administering/operations/configuring-re...


Let me know if it doesn't work, faced and resolved it some days back.

Thanks,
Nikhil Kumar

 

Avatar

Level 3
I'm using AEM version 6.4.

Avatar

Level 7

Hi @jadhavni3 ,

 

Are you referring to core teaser component?

Try configuring responsive layout and breakpoints and appropriate clientlibs.

 

Avatar

Level 3
yes, referring core teaser component.

Avatar

Correct answer by
Community Advisor

Can you check the nodes for grid setting for teaser component after resizing or the HTML DOM e.g.

<div class="teaser aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--offset--default--0">

Can you please specify below as well -

  • Is grid css included?
  • which AEM core components version are you using?


Arun Patidar