Skip to content

Commit 1f1a5fe

Browse files
committed
docs(readme): set width instead of height for table images, center the table
1 parent cbd9bf6 commit 1f1a5fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ which uses [`file_selector`](https://pub.dev/packages/file_selector).
1616
> [!NOTE]
1717
> This native picker depends on the photos in the [Photos for MacOS App](https://www.apple.com/in/macos/photos/), which uses the [Apple PhotosUI](https://developer.apple.com/documentation/photosui) Picker, also known as PHPicker.
1818
19+
<center>
20+
1921
| Default picker | Native picker |
2022
|-------------------|-------------------|
21-
| <img src="https://github.com/CompileKernel/native-image-picker-macos/blob/main/readme_assets/image-picker-macos-file-selector.png?raw=true" alt="Default picker" height="400"/> | <img src="https://github.com/CompileKernel/native-image-picker-macos/blob/main/readme_assets/native-image-picker-macos-phpicker.png?raw=true" alt="macOS PHPicker" height="400"/> |
23+
| <img src="https://github.com/CompileKernel/native-image-picker-macos/blob/main/readme_assets/image-picker-macos-file-selector.png?raw=true" alt="Default picker" width="300"/> | <img src="https://github.com/CompileKernel/native-image-picker-macos/blob/main/readme_assets/native-image-picker-macos-phpicker.png?raw=true" alt="macOS PHPicker" width="300"/> |
24+
25+
</center>
2226

2327
## ✨ Features
2428

0 commit comments

Comments
 (0)