A set of larger grid options for Bootstrap 4.0.
http://benwhitehead.github.io/bootstrap-big-grid/ forked from thedutchess/bootstrap-big-grid
Bootstraps Grid only provides a grid up to 1200px wide, this project provides more grids for common higher resolutions all the way up to 8K.
30/03/2018 [v. 0.3.0] Updated container with class to enlarge fitting screen size proportionally. Removed float to divs.
28/03/2018 Changed name of project
09/10/2017 Updated grid class names and sizes for a more even spread of breakpoints at higher resolutions and to ensure future class compatibility with Bootstrap 4.
col-xlg-*
=>col-hd-*
col-uhd-*
=>col-4k-*
, breakpoint at 3840pxcol-4k-*
=>col-5k-*
, changed breakpoint from 4096px to 5120pxcol-8k-*
changed from 8192px to 7680px
28/07/2017 Updated for Bootstrap 3.3.7
The easiest way to use Bootstrap Big Grid is with Bower
bower install --save bootstrap4-big-grid
Alternatively download a release and use the css files in the dist directory.
Then link it into your page after the main bootstrap css
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="bower_components/bootstrap4-big-grid/dist/css/bootstrap4-big-grid.min.css"/>
.col-hd-
: 1366 x 768
.col-fhd-
: 1920 x 1080
.col-rt-
: 2560 x 1600
.col-rt15-
: 2880 x 1800
.col-4k-
: 3840 × 2160
.col-5k-
: 5120 x 2880
.col-8k-
: 7680 x 4320
.offset-xx-yy
: Left margin (xx = resolution || yy = columns)
.d-xx
: Show column only in xx resolution (block/table/tr/th/td)
.d-xx-block
: Show column only in xx resolution (block)
.d-xx-inline-block
: Show column only in xx resolution (inline-block)
.d-xx-inline
: Show column only in xx resolution (inline)
I'll continue to update this project until it will be outdated from technology. Please report any inconvenience. Thanks. If you want feel free to fork the repo and start making improvments.
Copyright 2013-2014 Ben Whitehead under the Apache 2.0 license.
Forked from Marjolein Flinders (thedutchess) on Jul 28, 2017