hyprland-website/static/imgs/ricing_competitions/readme.md

5 lines
339 B
Markdown
Raw Normal View History

2023-08-29 18:34:53 +02:00
For the effect of the images 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`