02-19-2016, 05:23 PM
Bootstrap kinda ignores the idea of fixing widths and varying resolutions it's mobile first so if you're looking at a Bootstrap site on a 1920px monitor, the magic has already begun.
Elements have been scaled up, all the rules about careful positioning for space-strapped mobile devices have been relaxed and the site is inflated into the size of your monitor.
In the box, you get container and container-fluid which provide a wrapper to your pages that is like the 'gateway' to Bootstrap. (That's how I see it anyway ) Full-width or not full-width is your choice but you can be sure that they'll both scale correctly on all sized devices.
I'll start a grids thread too,
Elements have been scaled up, all the rules about careful positioning for space-strapped mobile devices have been relaxed and the site is inflated into the size of your monitor.
In the box, you get container and container-fluid which provide a wrapper to your pages that is like the 'gateway' to Bootstrap. (That's how I see it anyway ) Full-width or not full-width is your choice but you can be sure that they'll both scale correctly on all sized devices.
I'll start a grids thread too,