Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
replace max-width and max-height image style properties with width an…
Browse files Browse the repository at this point in the history
…d height
  • Loading branch information
Edoardo La Greca committed Mar 18, 2024
1 parent 4db2ac5 commit 624b278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Refer to [`cmd/dovelet/main.go`](cmd/dovelet/main.go) for an example.

input:

<img src="assets/pigeon.png" alt="pigeon" style="max-width: 28em; max-height: 28em;">
<img src="assets/pigeon.png" alt="pigeon" style="height: 24em;">

```sh
dovelet -label assets/pigeon.png
Expand Down Expand Up @@ -163,7 +163,7 @@ output:

input:

<img src="assets/lenna.jpg" alt="lenna" style="max-width: 28em; max-height: 28em;">
<img src="assets/lenna.jpg" alt="lenna" style="width: 30em;">

```sh
dovelet -safe-search assets/lenna.jpg
Expand Down

0 comments on commit 624b278

Please sign in to comment.