Please note: I don’t want to resize my own page, just the browser window, as soon as the user accesses my site. Is this possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t do this with HTML or CSS. You can do it with JavaScript if the user hasn’t configured their browser to prevent this. (I have set this in my browser as it is very annoying).
A better solution is to use responsive design. Your website adjusts to their browser width instead of the other way around.