Design and CSS styles
Version 5.x > Design and CSS styles > Size of Browser Window View modes: 
User avatar
Member
Member
sabrina.cameron-rogers - 2/1/2011 9:42:16 AM
   
Size of Browser Window
Hello,

I am creating a website that will be 375px by 375px in size. How do I get the user's browser to resize to the size of my site?

I also need the browser to open like a pop-up window -- without the standard browser menu.

Thanks,
Sabrina


User avatar
Kentico Support
Kentico Support
kentico_jurajo - 2/2/2011 3:07:08 AM
   
RE:Size of Browser Window
Hi,

It is not possible to force user's browser to resize according to your site - imagine that each site can be optimized for different resolution - than every time the user will have different window size.

But if you mean to open a modal window (without the toolbars), you can use e.g. javascript function window.open, where you can also specify the dimensions of the popup window.

Best regards,
Juraj Ondrus