0

I have the same problem described here whereby on higher dpi displays, firefox appears to be scaling my whole site up by 20%. This includes all site elements, not just text.

Is there a way to force firefox to display pixel-pixel accuracy? for example, I have a wrapper set to 800px at wider viewports, however, firefox is ignoring this by increasing it by 20%, which causes scrolling. a working copy of the site is here

I have already set viewport and css reset.

The same issue is described here Note that don't want a local fix for this, but something that will work for anyone that views the site.

Thanks.

Community
  • 1
  • 1
Jsom
  • 11
  • 1
  • 7
  • have you made/check that the zoom is reset to normal (in the menu on top left of your browser ) ? – G-Cyrillus Mar 11 '15 at 11:13
  • I've solved this temporarily with a firefox specific media query: `code` @-moz-document url-prefix() { html { font-size: .85em; } }`code` I'd appreciate a better fix. – Jsom Mar 11 '15 at 20:36

0 Answers0