Home > Enterprise >  Website to identify what is my screen size as per Bootstrap Naming
Website to identify what is my screen size as per Bootstrap Naming

Time:09-28

Is there any website which tells what is my window size?

Like

X-Small / Small / Medium / Large / Extra large / Extra extra large

Based on the window width I adjust in browser.

CodePudding user response:

I created a simple website that shows your browser's screen size according to the available Bootstrap breakpoints.

https://jimmys20.github.io/WhatIsMyBootstrapBreakpoint/

  • Related