mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-31 12:13:04 -04:00
Don't specify "sizeToContent: true" when initializing GridStack (montage.js)
Additional verification is required, including on Custom layouts Possible closure #4127
This commit is contained in:
@@ -872,7 +872,7 @@ function initGridStack(grid=null) {
|
||||
const opts = {
|
||||
margin: 0,
|
||||
cellHeight: '1px',
|
||||
sizeToContent: true, // default to make them all fit
|
||||
//sizeToContent: true, // default to make them all fit
|
||||
resizable: {handles: 'all'}, // do all sides
|
||||
float: false,
|
||||
disableDrag: true,
|
||||
|
||||
Reference in New Issue
Block a user