I wanted to show the gallery slider inside the repeater. I wanted to show this slide only for few items inside the repeater not for all the items. There are conditions for the slider to show for certain items only.
I am not able to custom design the slider. To show More space for Text area and only small space for image part. In the existing slider option only the image plays a dominant role. So not able to customize according to our requirement.
In the customization option they mentioned only about Color, border, Corner and shadow part of the UI, but I wanted to change the entire feature and customize as per my design, like adjusting the height of the image, height of the text as such.
Need to customize my slider gallery as shown image below

Thanks
S. Divya
Hi Divya,
You can alter specific repeater items through code using the onItemReady() event handler for the repeater. Just use an if statement to differentiate between the ones you wish to alter and the ones you don’t.
you can read more about how to use the onItemReady() event handler here:
https://www.wix.com/corvid/reference/$w.Repeater.html#onItemReady
Hi Aviram,
Thanks for the response. I also wanted to know how to customize the gallery Slider inside the repeater. When I searched for it, all I could find is only about Color, border, Corner and shadow part of the UI, but I wanted to change the entire feature and customize as per my design, like adjusting the height of the image, height of the text as such.
Need to customize my slider gallery as shown image in my previous question.