Remove image sizes that are not high enough

This commit is contained in:
Fred Boniface 2022-10-20 21:25:22 +01:00
parent f1dfed80b3
commit e752d772ed
5 changed files with 1 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

View File

@ -9,7 +9,7 @@ body {
/* PAGE HEADER */ /* PAGE HEADER */
#header_image_home { #header_image_home {
background-color: rgb(29,49,49); background-color: rgb(29,49,49);
background-image: url("/images/headers/index/index_360.webp"); background-image: url("/images/headers/index/index_1024.webp");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: top; background-position: top;
background-size: cover; background-size: cover;
@ -21,10 +21,6 @@ body {
position: sticky; position: sticky;
top: -145px; top: -145px;
} }
@media(min-width: 361px){#header_image_home{background-image:url("/images/headers/index/index_400.webp")}}
@media(min-width: 401px){#header_image_home{background-image:url("/images/headers/index/index_480.webp")}}
@media(min-width: 481px){#header_image_home{background-image:url("/images/headers/index/index_810.webp")}}
@media(min-width: 811px){#header_image_home{background-image:url("/images/headers/index/index_1024.webp")}}
@media(min-width: 1025px){#header_image_home{background-image:url("/images/headers/index/index_1920.webp")}} @media(min-width: 1025px){#header_image_home{background-image:url("/images/headers/index/index_1920.webp")}}
@media(min-width: 1921px){#header_image_home{background-image:url("/images/headers/index/index_2800.webp")}} @media(min-width: 1921px){#header_image_home{background-image:url("/images/headers/index/index_2800.webp")}}
@media(min-width: 2801px){#header_image_home{background-image:url("/images/headers/index/index_4096.webp")}} @media(min-width: 2801px){#header_image_home{background-image:url("/images/headers/index/index_4096.webp")}}