user2126081
user2126081

Reputation: 285

How to get bootstrap current screen size?

I'm able to get the current viewport by using Responsive Bootstrap Toolkit but is there a way to get current screen size as well?

For example: xs (viewport), 425 (screen size)

Upvotes: 0

Views: 3465

Answers (1)

BrainHappy
BrainHappy

Reputation: 432

View this: http://getbootstrap.com/css/#grid-options

Sizes are noted at top of table. Note that bootstrap codes in mobile-first.

Upvotes: 1

Related Questions