Skip to content

Commit

Permalink
Fix image HTML so image aspect is retained
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Oct 20, 2023
1 parent e7104b0 commit 89b4a4a
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 @@ -121,7 +121,7 @@ or resized.
* [More Detail](./widget/diagramwidget/README.md)

<p align="center" markdown="1" style="max-width: 100%">
<img src="img/diagramdemo.png" width="1024" height="880" alt="Diagram Widget" style="max-width: 100%" />
<img src="img/diagramdemo.png" width="1024" alt="Diagram Widget" style="max-width: 100%" />
</p>


Expand All @@ -138,7 +138,7 @@ tree.Sorter = func(u1, u2 fyne.URI) bool {
```

<p align="center" markdown="1" style="max-width: 100%">
<img src="img/widget-filetree.png" width="1024" height="880" alt="FileTree Widget" style="max-width: 100%" />
<img src="img/widget-filetree.png" width="1024" alt="FileTree Widget" style="max-width: 100%" />
</p>

### CompletionEntry
Expand Down

0 comments on commit 89b4a4a

Please sign in to comment.