Solved
How to add a custom class to drag-and-drop image component
I used:
<div data-sly-resource="${'image' @resourceType='foundation/components/image'}"></div>It has generated "cq-dd-image" class, how to add custom classes to this component?
I used:
<div data-sly-resource="${'image' @resourceType='foundation/components/image'}"></div>It has generated "cq-dd-image" class, how to add custom classes to this component?
Simply overlay the default image component in your project and add the custom class as per your requirment
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.