Angular-gridster2: How do I mange responsiveness for different device sizes (xl, lg, md, sm, xs) ?

Created on 16 Jan 2018  路  1Comment  路  Source: tiberiuzuld/angular-gridster2

Hello @tiberiuzuld ,

The responsiveness support I can see as of now is for single breakpoint, and reaching there all widgets are re-arranged in a single lane in a stacked layout. Is there any way, I can define multiple breakpoints like below:
xl breakpoint - 8 columns
lg breakpoint - 6 columns
---- likewise.

Please help.

question

>All comments

Hi @shivam25 ,
Yes you can with CSS Grid and @media-queries
You can override the css gridster.mobile with your own and you can define your own columns.
You will not be able to drag and resize.

There is no way for the grid to work with drag and resize when you move the widgets depending of the size.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

HighSoftWare96 picture HighSoftWare96  路  4Comments

dnbo picture dnbo  路  4Comments

ddegasperi picture ddegasperi  路  4Comments

MaiGhoneem picture MaiGhoneem  路  4Comments

tiberiuzuld picture tiberiuzuld  路  3Comments