I use Bootstrap a lot for my websites and wondered if there are any browser extentions that tell you when you are in a “sm” or “md” view etc for example?
I know it can be easily done without an extension, but I just wondered if one exists that will tell you what view you are in with just a split second glance?
That makes sense, but Bootstrap has set widths built in at break points. I just wondered if I were to just randomly resize my desktop window, if there was a plugin that I could just glance at that would tell me if I was size breakpoint I am in within Bootstrap’s framework
You can do that from within the developer tools. Just open the devtools and highlight the container and then look in the devtools window and you can see the media queries change as you move the window up and down.