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.
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
Hot today
What's wrong? :(
1 Votes
Why won't my image display
0 Votes
How the answer is 50?
0 Votes
Number of Ones ( C++ ) question!
1 Votes