Bootstrap Browser extension that shows when you are on Mobile (XS), Tablet (SM) and Desktop (MD +)?

Hello,

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?

Thanks!

Hi there toolman,

I think that you should read this post…

coothead

2 Likes

Thanks for the reply.

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

I’m sure you could run a simple Google query to answer that question.

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.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.