Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barbieswimcrew authored Nov 7, 2024
1 parent cfc9213 commit 669dd56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ddev get barbieswimcrew/ddev-imgproxy && ddev restart
```


Navigating http://localhost:8081 should display the imgproxy default landingpage.
Navigating https://localhost:8081 should display the imgproxy default landingpage.

## Explanation

Expand All @@ -33,9 +33,9 @@ This recipe for [DDEV](https://ddev.readthedocs.io) installs a [.ddev/docker-com
As soon as imgproxy is running successfully, requests can be sent to imgproxy to convert images from a source format to the desired target format. A prominent scenario for this is the generation of thumbnails:

```
http://localhost:8081/insecure/size:360:240/plain/http://web:80/web/path/to/image.png@avif
https://localhost:8081/insecure/size:360:240/plain//web/path/to/image.png@avif
```

This request would convert/return the file `web/path/to/image.png` into an AVIF thumbnail with the desired dimensions 360x240px.

**Contributed and maintained by [@barbieswimcrew](https://github.com/barbieswimcrew)**
**Contributed and maintained by [@barbieswimcrew](https://github.com/barbieswimcrew)**

0 comments on commit 669dd56

Please sign in to comment.