I’m having trouble with
I want to implement a drag-to-scroll effect for a horizontal container in Wix Studio. I found tutorials (for example: Studio-IL tutorial), but they all require adding external JS libraries via Custom Code, which is only available with a Premium plan.
Working in
Wix Studio Editor, Dev Mode enabled.
What I’m trying to do
I’d like to make a horizontal stack of SVGs scrollable by dragging with the mouse (like a smooth drag-to-scroll / click-and-drag scroll effect). I want to know if this can be done directly inside Wix Studio (using containers, repeaters, or built-in events) without needing Premium custom code.
What I’ve tried so far
- Used a container with
overflowhidden and a horizontal stack. - Tried writing JS code in Dev Mode (
onMouseDown,onMouseMove, etc.). - Tried ScrollBooster library, but I can’t add external scripts without Premium.
- Looked into Gallery/Repeater but can’t get drag-to-scroll working properly.
Question
Is there a way to achieve this effect natively in Wix Studio (maybe via repeater/stack + scroll effects) without paying for Premium just to enable Custom Code? Or any workaround you can recommend?