mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-26 09:42:42 -04:00
Remove hard coded scale=32 for the stream image.
This commit is contained in:
@@ -1268,7 +1268,7 @@ function determineOverlaySrc(img, streamType, monitorId, useGo2rtc) {
|
||||
if (currentView === 'frames') return img.getAttribute('full_img_src');
|
||||
|
||||
const streamSrc = img.getAttribute('stream_src');
|
||||
return streamSrc ? streamSrc.replace(/scale=\d+/, 'scale=32') : null;
|
||||
return streamSrc;
|
||||
}
|
||||
|
||||
function calculateOverlayDimensions(img) {
|
||||
|
||||
Reference in New Issue
Block a user