karthipriya;1311503 wrote:Thank You kralcx... this is good for testing
Bear in mind that there are (at least) two different ways of making a web page responsive:
- Responding to the window size (which reacts to dynamic re-sizing).
- Responding to the device width (which can support different layouts on different displays, with or without also reacting to dynamic re-sizing).
The latter is more subtle, but can be more difficult to test.