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
This commit is contained in:
Ian Lewis
2020-09-01 01:28:19 -07:00
committed by gVisor bot
parent 6748438493
commit f4be726fde
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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;
Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB