Download: Fast, Fun, Awesome

No Text Zoom

This page is styled to maintain a consistent font size across the zoom range from 96ppi to 144ppi (100-150%), and a little bit more on either side, using CSS media queries.

CSS media queries read the resolution in dpi being below 92ppi -- zoom not managed below this size.

CSS media queries read the resolution as being in the range of 92-100ppi.

CSS media queries read the resolution as being in the range of 101-115ppi.

CSS media queries read the resolution as being in the range of 116-124ppi.

CSS media queries read the resolution as being in the range of 125-138ppi.

CSS media queries read the resolution as being in the range of 139-149ppi.

CSS media queries read the resolution as being higher than 149ppi -- zoom not managed above this size.

Copyright © 2013 Jefferson Scher. Updated 6/30/2013.