+ 5
How to make website auto resize according to browsr size
3 Respostas
+ 4
according with the screen size client. RESPONSIVE DESIGN
+ 1
You have to make "MEDIA SCREENS" in CSS. Media screens help website to adjust width automatically with browser .
you can see here more information about media screens:-->
http://www.w3schools.com/cssref/css3_pr_mediaquery.asp
+ 1
We have media queries in CSS which can help you achieve that. Also, we have functions like height(), width() in jQuery which can help you as well.