Is there a way to simulate 4K resolution on my PC?

Albert picture Albert · Jan 24, 2015 · Viewed 20.9k times · Source

I am developing my website's design, and unfortunately I don't have a 4K monitor at the moment, but I want to see how will my website look at that resolution.

I am worrying because my website's background image has 2560 x 1600 resolution and CSS parameter background-size: cover;. I hope it won't have black background-color around the image, just because the image is smaller than 4K.

So is there any way to simulate a 4K resolution on PC?

Thanks in advance.

Answer

Naval Kishore picture Naval Kishore · Oct 7, 2015

You can use Mozilla Firefox to do the same.

Press Ctrl+Shift+M and firefox shall switch to 320 X 480 Resolution, Now you can edit the values in top and set it to 4096 X 2160 to emulate 4k resolution.

You will get both Horizontal and Vertical Scrolls

Below is the sample Screen for Same :-

enter image description here