summaryrefslogtreecommitdiffhomepage
path: root/website
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2020-09-01 01:26:10 -0700
committergVisor bot <gvisor-bot@google.com>2020-09-01 01:28:19 -0700
commitf4be726fde31dac926052b03f5dc666fd4dd4783 (patch)
treefe2e75840991cd3b0b095aa57367d83ced0fb4fa /website
parent67484384935fa814e978f08dfa0f0bdbddbbd371 (diff)
Use 1080p background image.
This makes the background image on the top page 1/3 as big and allows it to load in roughly half the time. PiperOrigin-RevId: 329462030
Diffstat (limited to 'website')
-rw-r--r--website/_sass/front.scss2
-rw-r--r--website/assets/images/background_1080p.jpgbin0 -> 344285 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/website/_sass/front.scss b/website/_sass/front.scss
index 0e4208f3c..f1b060560 100644
--- a/website/_sass/front.scss
+++ b/website/_sass/front.scss
@@ -1,5 +1,5 @@
.jumbotron {
- background-image: url(/assets/images/background.jpg);
+ background-image: url(/assets/images/background_1080p.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
diff --git a/website/assets/images/background_1080p.jpg b/website/assets/images/background_1080p.jpg
new file mode 100644
index 000000000..d312595a6
--- /dev/null
+++ b/website/assets/images/background_1080p.jpg
Binary files differ