Dear All,
Can we decrease the height of Richetext in my dialog "or" can I specify the width and height of richetext in my touch UI dialog (cq:dialog) .
My requirement is the below one.
Note that , I am using AEM 6.4
Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
This is not an OOTB feature of the RTE.
Views
Replies
Total Likes
Hi Donald,
Yes , I know this is not an OOTB feature of RTE. But my author wants the small height and width of RTE. So how can I achieve this requirement for RTE.
Can you please put some lights on this .
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi Gaurav,
Thanks and I have used the below one in my JS and the height is reduced.
$(".cq-RichText.richtext-container").css("height","150px");
But This JS is not working in my carousel richtext. But it is working fine for richtext without Carousel.
Anything , I am missing here ?
Views
Replies
Total Likes
Dear All,
Now it is working fine in carousel also . I had some typo mistake.
Thanks a lot for your help.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Like
Replies