do you know any other Carousel which has this feature.
no :/
yeah, I'm sure it would be good to make a very popular slider like https://revolution.themepunch.com/ work with lay theme. But I'm not sure if that can do what you need.
register_api_field instead of register_rest_field, just change the name.
i have to update the wpapi that comes bundled with lay theme, then register_rest_field will work. until then use register_api_field, its the same function
Hmm, I see that you are using "$", but you need to use jQuery instead of $ i think. Cause the jquery thats used in wordpress isnt available through "$" but through "jQuery"