How to make website auto resize according to browsr size | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How to make website auto resize according to browsr size

6th Jan 2017, 5:30 AM
ashish
ashish - avatar
3 Answers
+ 4
according with the screen size client. RESPONSIVE DESIGN
6th Jan 2017, 5:46 AM
Didi Georgel Danaila
Didi Georgel Danaila - avatar
+ 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
6th Jan 2017, 8:30 AM
Miten Patel
Miten Patel - avatar
+ 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.
7th Jan 2017, 4:12 AM
Anmol Wassan
Anmol Wassan - avatar