set image height to value of height dropdown, which is either a pixel value or auto, which is appropriate
parent
0aeafd9efb
commit
5e3e10dd6f
|
@ -195,7 +195,7 @@ function applyScale() {
|
|||
monitor_frame.height(newHeight);
|
||||
const monitor_image = $j('#imageFeed'+monitor.id + ' img');
|
||||
monitor_image.width('100%');
|
||||
monitor_image.height('auto');
|
||||
monitor_image.height(height);
|
||||
|
||||
monitor.setStreamScale(scale);
|
||||
} // end function changeScale()
|
||||
|
|
Loading…
Reference in New Issue