mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-14 17:44:40 -04:00
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>
Modern ZoneMinder Skin
This web frontend to ZoneMinder is a complete rewrite of the classic frontend, based on CakePHP.