Skip to content

Commit 85dce45

Browse files
Merge pull request #118 from CodeWithDennis/update-screenshots
Update thumbnail and example images to .jpg format
2 parents 14caba7 + 6307f83 commit 85dce45

File tree

7 files changed

+4
-2
lines changed

7 files changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
This package adds a dynamic select tree field to your Laravel / Filament application, allowing you to create interactive hierarchical selection dropdowns based on relationships. It's handy for building selection dropdowns with various customization options.
77

8-
![thumbnail.png](https://raw.githubusercontent.com/CodeWithDennis/filament-select-tree/3.x/resources/images/thumbnail.png)
8+
![thumbnail](https://raw.githubusercontent.com/CodeWithDennis/filament-select-tree/3.x/resources/images/thumbnail.jpg)
99

1010
## Installation
1111

@@ -205,7 +205,9 @@ use CodeWithDennis\FilamentSelectTree\SelectTree;
205205
```
206206

207207
## Screenshots
208-
[![example](./resources/images/example.png)](https://raw.githubusercontent.com/CodeWithDennis/filament-select-tree/3.x/resources/images/example.png)
208+
![example-1](https://raw.githubusercontent.com/CodeWithDennis/filament-select-tree/3.x/resources/images/example-1.jpg)
209+
![example-2](https://raw.githubusercontent.com/CodeWithDennis/filament-select-tree/3.x/resources/images/example-2.jpg)
210+
![example-3](https://raw.githubusercontent.com/CodeWithDennis/filament-select-tree/3.x/resources/images/example-3.jpg)
209211

210212
## Contributing
211213

resources/images/example-1.jpg

143 KB
Loading

resources/images/example-2.jpg

139 KB
Loading

resources/images/example-3.jpg

142 KB
Loading

resources/images/example.png

-162 KB
Binary file not shown.

resources/images/thumbnail.jpg

143 KB
Loading

resources/images/thumbnail.png

-158 KB
Binary file not shown.

0 commit comments

Comments
 (0)