Why does my site look smaller on a real server than on a local deployment?

I created a site in localhost. But when I upload it to a live server, it is smaller than when deploying to a local host. I set the scaling properties in all browsers to 100%, but that didn't matter.

This is on localhost (large) http://postimage.org/image/rcihvhvx5/
and on a live server (small) http://postimage.org/image/5jfq4gqjl/

Why is this happening?

+5
source share
1 answer

Why not try installing Firebug and exploring this for yourself?

With this tool, you can go to any web page and find out how all the elements are displayed on the page.

, " ", .

, CSS , , URL- -.

?

+1

All Articles