as an instructor, how can I change views to see the pages as if they are on a phone, laptop

Answers

  • Olly.F.893
    Olly.F.893 Posts: 71

    To do this, you probably need to use a browser-based tool that simulates how a page would load on a different device.

    The Google Chrome browser can do this if you press F12 (on a Windows device) and choose the right options. There's a page explaining it here: https://developer.chrome.com/docs/devtools/device-mode

    This isn't 100% perfect - you can't use it to troubleshoot issues that someone is reporting on a particular device or browser, for instance - but it can give you an idea as to how the pages will adapt responsively.

  • Marv.F.413
    Marv.F.413 Posts: 4 🌱

    Thanks. You're right, it can give you an idea however not necessarily 100% accurate.

    Appreciate the help.

  • Olly.F.893
    Olly.F.893 Posts: 71

    You're welcome 🙂