Hi, on the desktop version of my site the repeater shows 18 items per page So is it possible to display different no. of item in repeater on the mobile version of site. if it is possible then how can i do this.
Hi,
If you would like to display a different amount of items in a repeater on mobile only, you will have to use Corvid to write some code to check if the device is being displayed on a mobile device, then run the specific code for the repeater. Check out this tutorial here to learn how to write code that only runs on mobile devices.
Best Regards,
Edward
Thanks!! Edward it worked.
Hi Saurabh. Did you find the fix for this? What was the code you put in Corvid?