From 264aa772639cd143cf54fd1c39af5bc4193ff488 Mon Sep 17 00:00:00 2001 From: ENGO150 <v.smejkal06@gmail.com> Date: Fri, 2 Jun 2023 11:47:32 +0200 Subject: [PATCH] added downscaled backgrounds --- res/global.css | 2 +- res/index/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/global.css b/res/global.css index 4671b5c..54fff47 100644 --- a/res/global.css +++ b/res/global.css @@ -1,6 +1,6 @@ body { - background: url("http://207.180.212.190/fht/background.jpg") no-repeat center center fixed; + background: url("http://207.180.212.190/fht/background_downscaled.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; diff --git a/res/index/style.css b/res/index/style.css index b1adb42..a49fb88 100644 --- a/res/index/style.css +++ b/res/index/style.css @@ -1,6 +1,6 @@ body { - background: url("http://207.180.212.190/fht/fabrika_imgs/23.jpg") no-repeat center center fixed; + background: url("http://207.180.212.190/fht/fabrika_imgs/downscaled/23.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;