hello guys,
i am developing a asp.net website, i just wanted to is there any way we can set a screen resolution according to the user screen resolution.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suraj SahooPosted Feb 2, 2015, 4:45 AM
In this case as I anticipate, you want your site to be responsive and behave according to the user screen resolution.
For making your website responsive you can use Bootstrap. The best in the market.
http://getbootstrap.com/
Else if you already have a website and no time to upgrade with Bootstrap, then you can use media queries for sure. For more info see the below link
https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries
http://www.w3schools.com/cssref/css3_pr_mediaquery.asp
I hope these helps.
Thanks