Skip to content

Commit

Permalink
Change the width of images in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yarspirin committed Jul 20, 2023
1 parent 6182a58 commit f774cc1
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 @@ -45,7 +45,7 @@ struct DefaultExampleView: View {
```

<div align="center">
<img src="https://raw.githubusercontent.com/mountain-viewer/TagCloud/master/Resources/default_example.png" alt="Default Example" width="300">
<img src="https://raw.githubusercontent.com/mountain-viewer/TagCloud/master/Resources/default_example.png" alt="Default Example" width="500">
</div>


Expand Down Expand Up @@ -92,7 +92,7 @@ struct CustomExampleView: View {
```

<div align="center">
<img src="https://raw.githubusercontent.com/mountain-viewer/TagCloud/master/Resources/custom_example.gif" alt="Custom Example" width="300">
<img src="https://raw.githubusercontent.com/mountain-viewer/TagCloud/master/Resources/custom_example.gif" alt="Custom Example" width="500">
</div>

## 💼 Contributing
Expand Down

0 comments on commit f774cc1

Please sign in to comment.