In web development how do I get around different monitor sizes. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

In web development how do I get around different monitor sizes.

In a phone, 100px could be alot while on a TV 100 px could be nothing. In web development, eslecially with canvases and things that require specific measurements, how do I avoid this issue.

14th Feb 2019, 2:50 AM
Cheese Burger Joe
Cheese Burger Joe - avatar
1 Answer
+ 7
You can make your web pages responsive. You can use units like vw and vh. You can use media queries also. You can refer to this code by Gordon for a tutorial : https://code.sololearn.com/W3gS00IGw160/?ref=app
14th Feb 2019, 3:35 AM
Arushi Singhania
Arushi Singhania - avatar