switched to avif format

This commit is contained in:
Max Hohlfeld 2021-08-21 00:26:42 +02:00
parent 03641db0d5
commit a526930426
5 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="de-DE">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">

View File

@ -1,5 +1,5 @@
.hero-body { .hero-body {
background-image: url(./images/hero_tea_field.jpeg); background-image: url(./images/hero_tea_field.avif);
background-size: cover; background-size: cover;
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="de-DE">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">

View File

@ -33,7 +33,7 @@ $footer-background-color: $eclipse-grey;
// own styles // own styles
.hero-body { .hero-body {
background-image: url(./images/hero_tea_field.jpeg); background-image: url(./images/hero_tea_field.avif);
background-size: cover; background-size: cover;
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;