Skip to content

Commit

Permalink
Move viewport settings up.
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Jul 19, 2014
1 parent 5e0d70c commit 857a134
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -28,18 +28,18 @@ critical.generateInline({
// HTML source
src: 'index.html',

// Target for final HTML output
htmlTarget: 'index-critical.html',

// Target for generated critical-path CSS (which we inline)
styleTarget: 'styles/main.css',

// Viewport width
width: 320,

// Viewport height
height: 480,

// Target for final HTML output
htmlTarget: 'index-critical.html',

// Target for generated critical-path CSS (which we inline)
styleTarget: 'styles/main.css',

// Minify critical-path CSS when inlining
minify: true
});
Expand Down

0 comments on commit 857a134

Please sign in to comment.