Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Display webpage contains multiple divs on a dual monitor (each div on a single monitor)

Tags:

People also ask

Can you have multiple screens on one monitor?

If you have more than one monitor connected to your computer, you can extend the screen across them. Called extended display, this feature lets you view two or more program windows simultaneously, one per monitor. Select your version of Windows below and follow the steps to turn on the extended display.

What is multiple display support?

Multiple display, also known as multi-monitor or multi-display, is a feature supported by Intel® Graphics Drivers. It allows you to output the computer's display to more than one display at the same time.


I have a webpage which contains multiple divs using css-grid (divA and divB) for example. Also I have 2 monitors (physical screens).

I want to display divA into first monitor and divB into second monitor.

I am looking answers for the following questions:

  1. How can I position divA in the first monitor and divB on the second monitor (responsively)?
  2. Any simulator available to manipulate dual screens on a single monitor to test this scenario please?

Any help or suggestion greatly appreciated.

Thanks, Ashwin