Skip to content

Commit 799a478

Browse files
committed
Use height=400 for README images
Normalize image sizing in the README table: replace the App Icon markdown image with an HTML <img> tag using height=400 and change the History image from width=300 to height=400. Cosmetic documentation change to keep visuals consistent.
1 parent ceb87b9 commit 799a478

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ That's it — SwiftNEW auto-triggers when the app version changes.
9393
9494
| App Icon (3.9.6+) | History (2.0+) |
9595
|:-----------------:|:--------------:|
96-
| ![App Icon](https://user-images.githubusercontent.com/54872601/206886933-bc4d0d33-e0fc-4013-9456-f19679b10f5b.png) | <img width="300" alt="History" src="https://user-images.githubusercontent.com/54872601/178129999-ad63b0ce-d65e-4d86-9882-37a5090e92bc.png"> |
96+
| <img height="400" alt="App Icon" src="https://user-images.githubusercontent.com/54872601/206886933-bc4d0d33-e0fc-4013-9456-f19679b10f5b.png"> | <img height="400" alt="History" src="https://user-images.githubusercontent.com/54872601/178129999-ad63b0ce-d65e-4d86-9882-37a5090e92bc.png"> |
9797
9898
## 📚 Learn More
9999

0 commit comments

Comments
 (0)