1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-07-27 08:31:28 +00:00

more minification of images

This commit is contained in:
2019-09-18 21:57:55 -07:00
parent e2e81da736
commit e51eee27bd
3 changed files with 4 additions and 4 deletions

View File

@@ -197,7 +197,7 @@ body {
rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8),
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-size: auto, cover;
background-attachment: fixed, fixed; background-attachment: fixed, fixed;
background-position: center, center; 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),
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-size: auto, cover;
background-position: center, center; background-position: center, center;
margin-bottom: -6.5em; 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),
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-size: auto, cover;
background-position: center, 0% 30%; background-position: center, 0% 30%;
margin-bottom: -6.5em; 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),
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-size: auto, cover;
background-position: center, center; background-position: center, center;
margin-top: -6.5em; margin-top: -6.5em;

BIN
images/bg-min.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

BIN
images/bg.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB