mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
prepare performance improvement for rice thumbnails
This commit is contained in:
parent
a08e286dea
commit
4617a8de8b
5 changed files with 10 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -2,6 +2,10 @@ old
|
||||||
.svelte-kit
|
.svelte-kit
|
||||||
build
|
build
|
||||||
|
|
||||||
|
|
||||||
|
# For the generated blurred images
|
||||||
|
**/generated_*
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
*.log
|
*.log
|
||||||
|
|
BIN
static/imgs/wall_of_fame-home-thumbnails/img4.webp
Executable file
BIN
static/imgs/wall_of_fame-home-thumbnails/img4.webp
Executable file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
static/imgs/wall_of_fame-home-thumbnails/img5.webp
Executable file
BIN
static/imgs/wall_of_fame-home-thumbnails/img5.webp
Executable file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
static/imgs/wall_of_fame-home-thumbnails/lauroro.jpg
Executable file
BIN
static/imgs/wall_of_fame-home-thumbnails/lauroro.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 607 KiB |
6
static/imgs/wall_of_fame-home-thumbnails/readme.md
Executable file
6
static/imgs/wall_of_fame-home-thumbnails/readme.md
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
The images here a displayed on the homepage.
|
||||||
|
|
||||||
|
For their effect to work, they need a blurred version, which gets generated on build or manually.
|
||||||
|
This is to prevent lag especially on mobile by removing the need for the CSS blur filter.
|
||||||
|
|
||||||
|
`magick convert -gaussian-blur 0x20 -modulate 100,300,100 /home/vdawg/Downloads/tmp/a/img4.webp /home/vdawg/Downloads/tmp/a/img4_xx.webp`
|
Loading…
Reference in a new issue