perf: reduce background image sizes to improve performance
This commit is contained in:
parent
50a1cd0355
commit
f763e42ded
11 changed files with 5 additions and 5 deletions
|
|
@ -3,5 +3,5 @@
|
|||
|
||||
section {
|
||||
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
|
||||
url(./../../../../assets/img/backgrounds/login.png);
|
||||
url(./../../../../assets/img/backgrounds/login.jpeg);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
section {
|
||||
background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
|
||||
url(./../../../../assets/img/backgrounds/home.png);
|
||||
url(./../../../../assets/img/backgrounds/home.jpeg);
|
||||
}
|
||||
|
||||
.headline {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
section {
|
||||
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
|
||||
url(./../../../../assets/img/backgrounds/login.png);
|
||||
url(./../../../../assets/img/backgrounds/login.jpeg);
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
section {
|
||||
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
|
||||
url(./../../../../assets/img/backgrounds/register.png);
|
||||
url(./../../../../assets/img/backgrounds/register.jpeg);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@
|
|||
|
||||
section {
|
||||
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
|
||||
url(./../../../../assets/img/backgrounds/login.png);
|
||||
url(./../../../../assets/img/backgrounds/login.jpeg);
|
||||
}
|
||||
|
|
|
|||
BIN
frontend/src/assets/img/backgrounds/home.jpeg
Normal file
BIN
frontend/src/assets/img/backgrounds/home.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 409 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 835 KiB |
BIN
frontend/src/assets/img/backgrounds/login.jpeg
Normal file
BIN
frontend/src/assets/img/backgrounds/login.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 152 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1,000 KiB |
BIN
frontend/src/assets/img/backgrounds/register.jpeg
Normal file
BIN
frontend/src/assets/img/backgrounds/register.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 169 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB |
Loading…
Reference in a new issue