Browse Source

minify clounds image

master
Christian Ziermann 4 years ago
parent
commit
d55511a72c
3 changed files with 6 additions and 5 deletions
  1. +1
    -1
      angular.json
  2. +5
    -4
      src/app/page-header/default-page-header/default-page-header.component.html
  3. BIN
      src/assets/img/clouds.png

+ 1
- 1
angular.json View File

@@ -35,7 +35,7 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": false,

+ 5
- 4
src/app/page-header/default-page-header/default-page-header.component.html View File

@@ -1,6 +1,4 @@
<div
class="page-header section-dark default-header"
>
<div class="page-header section-dark default-header">
<div class="filter"></div>
<div class="slide-in-right">
<div class="title-brand text-left">
@@ -10,6 +8,9 @@
</div>
<div
class="moving-clouds"
style="background-image: url('assets/img/clouds.png');"
style="
background: url('assets/img/clouds.png') no-repeat;
background-size: cover;
"
></div>
</div>

BIN
src/assets/img/clouds.png View File

Before After
Width: 4010  |  Height: 700  |  Size: 695KB Width: 1500  |  Height: 262  |  Size: 194KB

Loading…
Cancel
Save