Skip to content

Commit 5e08539

Browse files
committed
feat: Replace video demonstrations with GIFs in README
This commit updates the `README.md` to replace the video demonstrations (`.mp4` files) under the "Videos" section with GIF images. The following changes were made: - Removed the "Videos" section and its table of `.mp4` files. - Added a new centered layout using `<p align="center">` to display GIF images. - Deleted the following `.mp4` files from the `assets` directory: - `button-group.mp4` - `buttons.mp4` - `floating toolbar.mp4` - `progress indicator.mp4` - Added the following new GIF files to the `assets` directory: - `button-group.gif` - `buttons.gif` - `floating-toolbar.gif` - `progress-indicator.gif` - The "Screenshots" section header is now followed by the new GIF display.
1 parent 0ae7d91 commit 5e08539

File tree

9 files changed

+6
-12
lines changed

9 files changed

+6
-12
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,12 @@ Explore the app to see these components in action!
107107

108108
## 🖼️ Screenshots
109109

110-
## 🎥 Videos
111-
112-
<table>
113-
<tr>
114-
<td><video src="assets/button-group.mp4" width="320" controls muted playsinline></video></td>
115-
<td><video src="assets/buttons.mp4" width="320" controls muted playsinline></video></td>
116-
</tr>
117-
<tr>
118-
<td><video src="assets/floating%20toolbar.mp4" width="320" controls muted playsinline></video></td>
119-
<td><video src="assets/progress%20indicator.mp4" width="320" controls muted playsinline></video></td>
120-
</tr>
121-
</table>
110+
<p align="center">
111+
<img src="assets/button-group.gif" width="45%" />
112+
<img src="assets/progress-indicator.gif" width="45%" /><br/>
113+
<img src="assets/buttons.gif" width="45%" />
114+
<img src="assets/floating-toolbar.gif" width="45%" />
115+
</p>
122116

123117
## 🌟 Find this repository useful? :heart:
124118

assets/button-group.gif

733 KB
Loading

assets/button-group.mp4

-286 KB
Binary file not shown.

assets/buttons.gif

733 KB
Loading

assets/buttons.mp4

-426 KB
Binary file not shown.

assets/floating toolbar.mp4

-1.13 MB
Binary file not shown.

assets/floating-toolbar.gif

2.83 MB
Loading

assets/progress indicator.mp4

-1.53 MB
Binary file not shown.

assets/progress-indicator.gif

1.64 MB
Loading

0 commit comments

Comments
 (0)