Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

widget width not increase, need help #400

Open
prakash-pari opened this issue Sep 29, 2021 · 0 comments
Open

widget width not increase, need help #400

prakash-pari opened this issue Sep 29, 2021 · 0 comments

Comments

@prakash-pari
Copy link

prakash-pari commented Sep 29, 2021

try to resize the widget width but can't increase the width but height can able to increase. Can anyone help me out to resolve this.

resize-width

`gridsterOptions: IGridsterOptions = {

lanes: 100, // amount of lanes (cells) in the grid
direction: 'none', // floating top - vertical, left - horizontal
floating: true,
dragAndDrop: true, // enable/disable drag and drop for all items in grid
resizable: true, // enable/disable resizing by drag and drop for all items in grid
resizeHandles: {
  s: true,
  e: true,
  se: true
},
widthHeightRatio: 3, // proportion between item width and height
lines: {
  visible: true,
  color: '#afafaf',
  width: 2
},
shrink: true,
useCSSTransforms: true,
responsiveView: true, // turn on adopting items sizes on window resize and enable responsiveOptions
responsiveDebounce: 500, // window resize debounce time
responsiveSizes: true,
responsiveOptions: [
  {
    breakpoint: 'sm',
    // minWidth: 576,
  },
  {
    breakpoint: 'md',
    minWidth: 768,
  },
  {
    breakpoint: 'lg',
    minWidth: 1250,
  },
  {
    breakpoint: 'xl',
    minWidth: 1800,
  }
]

};`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant