Hi everyone,
I am new to webflow and I was wondering if there way to make objects draggable? I have a series of images from which someone can choose to drag and drop some images ?
Thanks for your help!
Hi everyone,
I am new to webflow and I was wondering if there way to make objects draggable? I have a series of images from which someone can choose to drag and drop some images ?
Thanks for your help!
Hi, it is possible with some custom coding of some javascript and using the html draggable attribute. You can get more info on this page:
By default links and images are draggable, you just need some javascript functions to respond to the drag & drop events.
Hope that helps, cheers!