diff --git a/assets/css/main.css b/assets/css/main.css index f9ac9ba..71421d6 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -197,7 +197,7 @@ body { rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8) ), - url("../../images/bg-min.jpg"); + url("../../images/bg.webp"); background-size: auto, cover; background-attachment: fixed, fixed; background-position: center, center; @@ -3572,7 +3572,7 @@ body.is-menu-visible #menu .inner { rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8) ), - url("../../images/bg-min.jpg"); + url("../../images/bg-min.webp"); background-size: auto, cover; background-position: center, center; margin-bottom: -6.5em; @@ -3681,7 +3681,7 @@ body.is-preload #banner p { rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8) ), - url("../../images/bg-min.jpg"); + url("../../images/bg-min.webp"); background-size: auto, cover; background-position: center, 0% 30%; margin-bottom: -6.5em; @@ -4175,7 +4175,7 @@ body.is-preload #banner p { rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8) ), - url("../../images/bg-min.jpg"); + url("../../images/bg-min.webp"); background-size: auto, cover; background-position: center, center; margin-top: -6.5em; diff --git a/images/bg-min.webp b/images/bg-min.webp new file mode 100644 index 0000000..ccfe066 Binary files /dev/null and b/images/bg-min.webp differ diff --git a/images/bg.webp b/images/bg.webp new file mode 100644 index 0000000..e18a46d Binary files /dev/null and b/images/bg.webp differ