-4

I'm working on a website using HTML, CSS and JS, and I use Bootstrap to make it responsive. I need to test it to see how it looks on different screen sizes. How should I test it? Should i use Google devtools or some other smartphone emulator?

Thanks!

j08691
  • 204,283
  • 31
  • 260
  • 272
Mitch Tal
  • 41
  • 7

3 Answers3

4

There are various browser tools to test responsive page.

  1. For chrome - https://chrome.google.com/webstore/detail/browser-resize/pnmdcoaajafdppfpioijldebfbpogopn?hl=en-GB

  2. For Firefox try "ctrl+shift+M". It will turn browser screen re-sizable. Using drop-down on left-top specific height-width can be defined.

khushboo29
  • 906
  • 6
  • 16
0

Mitch, if you have it save, you can open it on a normal browser e.g. Chrome or Firefox and test it there (control + o and select the file from your computer). Great thing about HTML and web design is that you only need an editor and a browser to test before it is published

Siobhan Holubicka
  • 147
  • 1
  • 4
  • 17
0

I believe that chrome has an option where you can set different size parameters for this very reason.

This plugin should surfice here

SamCramphorn
  • 143
  • 1
  • 2
  • 14