Page 1 of 1

custom overlays.json example

Posted: Wed Jan 07, 2026 12:23 am
by F4u5t
Could i please see a example of how i should format a custom overlay in the overlays.json, i have found the example html on github, but not sure about the json setup

Re: custom overlays.json example

Posted: Wed Jan 07, 2026 12:33 am
by hudiy

Re: custom overlays.json example

Posted: Wed Jan 07, 2026 7:08 pm
by F4u5t
somehow i missed that one, i copied that exact code, replace my URL, and it works - but i can not drag and drop it, and reading this, it should...
if staticPosition is false, is there anything else that would disable drag and drop on the overlay

staticPosition
Boolean value. A value of true disables Drag & Drop and keystrokes (Left, Right, Up, Down) for positioning the overlay on the screen. A value of false enables them.

Re: custom overlays.json example

Posted: Wed Jan 07, 2026 7:35 pm
by hudiy
From Hudiy side there is only staticPosition parameter that can block drag & drop. Your HTML code may also intercepts the mouse/touch events and block drag & drop.