hi, I want to check my website at high reslutions which is not there in my PC. So could anyone suggest me any online utility where I can check my website at high resolutions.
Thanks in advance!!!
hi, I want to check my website at high reslutions which is not there in my PC. So could anyone suggest me any online utility where I can check my website at high resolutions.
Thanks in advance!!!
Install VirtualBox and give the virtual PC a higher resolution than you have.
Alternatively, you can use CSS to give the body
element a huge size:
body {
width: 1920px;
}
That will create a scroll bar in the browser but also simulate the effect of a very wide screen.