Use mobile4.webp for mobile devices background

- Converted mobile4.jpeg to mobile4.webp (1.4 MB, 2224x6140)
- Better aspect ratio and composition for mobile screens
- Desktop continues to use desktop.webp (716 KB, 2732x1535)
This commit is contained in:
Kirik
2025-11-12 20:22:24 +01:00
parent d76fa752cb
commit d7c8f87b64
+2 -2
View File
@@ -1,11 +1,11 @@
/* Adaptive Background Images for Mobile and Desktop */ /* Adaptive Background Images for Mobile and Desktop */
/* Mobile devices (max-width: 736px) - Use mobile2.webp */ /* Mobile devices (max-width: 736px) - Use mobile4.webp */
@media screen and (max-width: 736px) { @media screen and (max-width: 736px) {
#wrapper > .bg { #wrapper > .bg {
background-image: url('../../images/overlay.png'), background-image: url('../../images/overlay.png'),
linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
url('../../images/mobile2.webp') !important; url('../../images/mobile4.webp') !important;
background-size: cover; background-size: cover;
background-position: center; background-position: center;
background-attachment: fixed; background-attachment: fixed;