custom overlays.json example

Post Reply
F4u5t
Posts: 13
Joined: Sun Jan 04, 2026 3:12 pm

custom overlays.json example

Post 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
hudiy
Site Admin
Posts: 440
Joined: Mon Jul 14, 2025 7:42 pm

Re: custom overlays.json example

Post by hudiy »

F4u5t
Posts: 13
Joined: Sun Jan 04, 2026 3:12 pm

Re: custom overlays.json example

Post 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.
hudiy
Site Admin
Posts: 440
Joined: Mon Jul 14, 2025 7:42 pm

Re: custom overlays.json example

Post 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.
Post Reply