perf: reduce background image sizes to improve performance

This commit is contained in:
Chneemann 2025-05-03 10:19:25 +02:00
parent 50a1cd0355
commit f763e42ded
11 changed files with 5 additions and 5 deletions

View file

@ -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);
}

View file

@ -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 {

View file

@ -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 {

View file

@ -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);
}

View file

@ -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);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 835 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,000 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB