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

"optimization": true, "optimization": true,
"outputHashing": "all", "outputHashing": "all",
"sourceMap": false, "sourceMap": false,
"extractCss": false,
"extractCss": true,
"namedChunks": false, "namedChunks": false,
"aot": true, "aot": true,
"extractLicenses": false, "extractLicenses": false,

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

<div
class="page-header section-dark default-header"
>
<div class="page-header section-dark default-header">
<div class="filter"></div> <div class="filter"></div>
<div class="slide-in-right"> <div class="slide-in-right">
<div class="title-brand text-left"> <div class="title-brand text-left">
</div> </div>
<div <div
class="moving-clouds" 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>
</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