what DPI in windows guys do you have? Is it 100%? Maybe that's the problem.
Also I have a workaround for you.
Go to Settings->User Scripts, then mouse right click->Add
Name it Zoom and in the Content put this:
- Code: Select all
document.body.style.zoom="100%"
click ok, make sure it is active, now go to WWW tab, if you are logged in the game, click right mouse on any link -> Open link in new tab, new tab will be open with chrome in bot, you can use this tab to browse the game,
User scripts are only loaded in this new opened browser tabs. So if you want to have bigger map in game, you can make script:
- Code: Select all
TWMap.resize(15,false);
I hope that this zoom script will help, just yo be sure that it is working you can always change to different percentage(I did it for 80% because my chrome is 100% by default, so it rescaled it to 80%)
Please let me know if that helped.
Thanks