Skip to content

Commit

Permalink
Image should always stretch the entire screen, even if we crop.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatey committed May 5, 2012
1 parent 45f00d0 commit db423d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<title>New Tab</title>
<meta charset="utf-8">
<style type="text/css">
html {
width: 100%;
height: 100%;
}

body {
background-size: cover;
}
Expand Down

0 comments on commit db423d7

Please sign in to comment.