I just booted up and it was like this, everything is zoomed in, but only in Chrome. Even the menu's in chrome are huge. Is this normal? How can I bring this back to normal?
Here is a picture.

I just booted up and it was like this, everything is zoomed in, but only in Chrome. Even the menu's in chrome are huge. Is this normal? How can I bring this back to normal?
Here is a picture.

Looks like this chrome bug:
https://code.google.com/p/chromium/issues/detail?id=498426
Apparently, running google-chrome with --force-device-scale-factor may fix it.
Unfortunately I don't have 50 rep on superuser so can't comment on the answer that nearly works.
/opt/google/chrome/chrome --force-device-scale-factor=1
did work for me. the answer above didn't have the =1 so it may be the reason it didn't work for you.