root: optimise images
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
@ -26,8 +26,8 @@ For bigger setups, there is a Helm Chart in the `helm/` directory. This is docum
|
|||
|
||||
Light | Dark
|
||||
--- | ---
|
||||
![](https://goauthentik.io/img/screen_apps_light.png) | ![](https://goauthentik.io/img/screen_apps_dark.png)
|
||||
![](https://goauthentik.io/img/screen_admin_light.png) | ![](https://goauthentik.io/img/screen_admin_dark.png)
|
||||
![](https://goauthentik.io/img/screen_apps_light.jpg) | ![](https://goauthentik.io/img/screen_apps_dark.jpg)
|
||||
![](https://goauthentik.io/img/screen_admin_light.jpg) | ![](https://goauthentik.io/img/screen_admin_dark.jpg)
|
||||
|
||||
## Development
|
||||
|
||||
|
|
Before Width: | Height: | Size: 904 KiB After Width: | Height: | Size: 226 KiB |
|
@ -15,5 +15,5 @@ See [Docker-compose](installation/docker-compose) or [Kubernetes](installation/k
|
|||
|
||||
Light | Dark
|
||||
--- | ---
|
||||
![](/img/screen_apps_light.png) | ![](/img/screen_apps_dark.png)
|
||||
![](/img/screen_admin_light.png) | ![](/img/screen_admin_dark.png)
|
||||
![](/img/screen_apps_light.jpg) | ![](/img/screen_apps_dark.jpg)
|
||||
![](/img/screen_admin_light.jpg) | ![](/img/screen_admin_dark.jpg)
|
||||
|
|
|
@ -106,8 +106,8 @@ function Home() {
|
|||
<ClientOnly>
|
||||
<BeforeAfterSlider
|
||||
className={styles.featureImage}
|
||||
before={useBaseUrl("img/screen_apps_light.png")}
|
||||
after={useBaseUrl("img/screen_apps_dark.png")}
|
||||
before={useBaseUrl("img/screen_apps_light.jpg")}
|
||||
after={useBaseUrl("img/screen_apps_dark.jpg")}
|
||||
width={640}
|
||||
height={480}
|
||||
/>
|
||||
|
@ -145,8 +145,8 @@ function Home() {
|
|||
<ClientOnly>
|
||||
<BeforeAfterSlider
|
||||
className={styles.featureImage}
|
||||
before={useBaseUrl("img/screen_admin_light.png")}
|
||||
after={useBaseUrl("img/screen_admin_dark.png")}
|
||||
before={useBaseUrl("img/screen_admin_light.jpg")}
|
||||
after={useBaseUrl("img/screen_admin_dark.jpg")}
|
||||
width={640}
|
||||
height={480}
|
||||
/>
|
||||
|
|
After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 224 KiB |
After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 212 KiB |
After Width: | Height: | Size: 244 KiB |
Before Width: | Height: | Size: 747 KiB |
After Width: | Height: | Size: 307 KiB |
Before Width: | Height: | Size: 747 KiB |