neokoenig / jQuery-gridmanager

A way of building rows and grids with built in editable regions; requires jQuery, jQueryUI, Bootstrap 3.x, & optional TinyMCE or CKEditor
http://neokoenig.github.io/jQuery-gridmanager/
461 stars 129 forks source link

Large Desktop, Landscape & Portrait View in right corner with mobile and tablet view #72

Closed ashishbhattb closed 9 years ago

ashishbhattb commented 9 years ago

Hello,

is that any more option to handle css for "Large Desktop, Landscape & Portrait" View As now we can find that in drop down only 3 options are there that is "Desktop, Tablet & Mobile"

We needs more options to fix the settings for different layouts like "Large Desktop, Landscape & Portrait" for every layout options

Thanks Ashish Bhatt

neokoenig commented 9 years ago

No. It's up to you to program your own CSS breakpoints in your CSS; this is just a class switcher, so whilst I will probably add a fourth, it's still always going to reflect col-lg, col-md, col-sm, col-xs rather than specific breakpoints.