Y
Hacker News
new
|
ask
|
show
|
jobs
by
n_u
184 days ago
Cool! I've always wanted something like this. Usually I just have to manually remove redundant CSS and styling options.
Can you explain why the viewport width and height are needed?
1 comments
OuterVale
183 days ago
Content that appears in the viewport before scrolling is considered 'above-the-fold' and is thus prioritised to load quickest. The viewport dimensions are used to figure out what will be above-the-fold.
link