connortechnology / ZoneMinder

ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
http://www.zoneminder.com/
GNU General Public License v2.0
9 stars 9 forks source link

fix rescale for video.js #28

Closed digital-gnome closed 6 years ago

digital-gnome commented 6 years ago

Set the cookie and reload the page rather than resize the video itself. This works but isn't as quick as the way the non-video.js works. The alarmcues react poorly to changing the div size in javascript since they are built in php. I'll see if can do anything about that.