mirror of https://github.com/crossplane/docs.git
serve images in next-gen format for better performance
Signed-off-by: reveurguy <59417546+reveurguy@users.noreply.github.com>
This commit is contained in:
parent
74ade371a5
commit
ed9b2b2f98
|
|
@ -1,3 +1,5 @@
|
|||
/_site
|
||||
/vendor
|
||||
/node_modules
|
||||
.DS_Store
|
||||
docs/.DS_Store
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 138 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 364 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 637 KiB |
|
|
@ -29,7 +29,7 @@ stylesheet: index
|
|||
</div>
|
||||
<div class="col-7_md-12_md-first hero">
|
||||
<div>
|
||||
<img class="img" src="{{ "/images/hero.png" | relative_url }}" srcset="{{ "/images/hero.png" | relative_url }} 1x, {{ "/images/hero@2x.png" | relative_url }} 2x, {{ "/images/hero@3x.png" | relative_url }} 3x" alt="Crossplane hero image" />
|
||||
<img class="img" src="{{ "/images/hero.webp" | relative_url }}" srcset="{{ "/images/hero.webp" | relative_url }} 1x, {{ "/images/hero@2x.webp" | relative_url }} 2x, {{ "/images/hero@3x.webp" | relative_url }} 3x" alt="Crossplane hero image" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue