Files
zoneminder/web
Isaac Connor 10f1608f1d fix: use ResizeObserver for zone point positioning on initial load
Replace img load event listener with ResizeObserver on imageFeed
container. The old approach listened for load events on #imageFrame img
elements, which never fires for video-based streams (Go2RTC MSE) since
they use <video> not <img>. ResizeObserver fires whenever the container
dimensions change regardless of content type, fixing incorrect zone
point positions on initial load.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 17:04:21 -05:00
..
2021-01-11 13:46:50 -05:00
2022-08-19 13:33:22 -04:00
2017-03-18 22:34:13 +11:00
2017-05-15 22:02:48 -04:00

Modern ZoneMinder Skin

This web frontend to ZoneMinder is a complete rewrite of the classic frontend, based on CakePHP.