how to make images in couresel clickable links
Hello Joe Joe,
Thanks for the question! To point you in the right direction, could you confirm:
- Is this in UI Builder?
- If UI Builder: which page is it on?
- Is this the component from the Backendless Marketplace?
- What’s the expected behavior vs. what happens now?
If you can also share screenshots and your App ID.
Thank you!
Regards,
Alexander
i am trying to make a slider which contains imgs each image is clickable and when clicked it navigates
im trying
to make a slider / carousel of images which when clicked it routes to another page
Hello @joe_joe
Thanks for clarifying!
If you’re working in UI Builder, you can make images in a carousel clickable by wrapping each image with a Link or by adding a Click Event Handler:
- Add the
Carousel componentfrom Marketplace. - For each image, use the
On Click eventand configure it to triggerPage Navigation(choose the page you want to open). - Alternatively, instead of just inserting an image, place a
Link componentwith the image inside it - this way the carousel item acts as a clickable link.
Could you let us know whether you’re using the default Carousel from Marketplace or building your own slider with containers? That will help to suggest the exact setup.
Regards,
Volodymyr