I'm very new to responsive so apologies if this is a dumb question / has been answered many times already.
I use @media only screen and (min/max-width:npx) to change layout.
What happens if someone is not in their native resolution?
Let's say:
a) Their device has a native resolution of 1280px
b) I have a breakpoint at 1200px
c) They set their actual resolution at 960px
What will happen?
Will they see the layout intended for people viewing at 1200px and above?
If so, is there a way of detecting the resolution they prefer to use and showing them content as if they had a lower native resolution?