remove default value for max height
This commit is contained in:
parent
9323f17a0f
commit
160e56af30
3 changed files with 3 additions and 3 deletions
|
|
@ -545,7 +545,7 @@
|
|||
height: el.attr('data-gs-height'),
|
||||
max_width: el.attr('data-gs-max-width'),
|
||||
min_width: el.attr('data-gs-min-width'),
|
||||
max_height: el.attr('data-gs-max-height') || 100,
|
||||
max_height: el.attr('data-gs-max-height'),
|
||||
min_height: el.attr('data-gs-min-height'),
|
||||
auto_position: Utils.toBool(el.attr('data-gs-auto-position')),
|
||||
no_resize: Utils.toBool(el.attr('data-gs-no-resize')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue