Overlay text on HTML smart Image component
Hi All,
I need to create a component which has HTML smart Image with an overlay text on it.
Could not find any reference articles on the same.
Any pointers/reference on this will be helpful.
Hi All,
I need to create a component which has HTML smart Image with an overlay text on it.
Could not find any reference articles on the same.
Any pointers/reference on this will be helpful.
You can create a copy of the text image component in your project
change the property names and title as per requirement
In your component jsp, keep the image in background and keep the text in foreground.
e.g. <span style="background:url({properties.image})">Hello</span>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.