Skip to content

Commit 0cc9a81

Browse files
authored
Update README.md
1 parent d05a281 commit 0cc9a81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
## Gallery
2929

30-
<div style="display: grid; grid-template-columns: repeat(4, auto); justify-content: center; align-items: center; gap: 25px; padding: 0; margin: 0;">
31-
<img src="./static/interactive_stream_preview.png" alt="Interactive Stream Interface Preview" style="height: auto; max-width: 90%; margin: 0; padding: 0;"/>
32-
<img src="./static/actions_preview.png" alt="Actions Management Interface Preview" style="height: auto; max-width: 90%; margin: 0; padding: 0;"/>
33-
<img src="./static/example_connection.png" alt="Example of Connection Setup" style="height: auto; max-width: 90%; margin: 0; padding: 0;"/>
34-
<img src="./static/example_action.png" alt="Example Action Configuration Screen" style="height: auto; max-width: 90%; margin: 0; padding: 0;"/>
30+
<div style="display: grid; grid-template-columns: repeat(2, 1fr); justify-content: center; align-items: center; gap: 20px; padding: 0; margin: 0;">
31+
<img src="./static/interactive_stream_preview.png" alt="Interactive Stream Interface Preview" style="height: 700px; max-width: 100%; object-fit: cover; margin: 0; padding: 0;"/>
32+
<img src="./static/actions_preview.png" alt="Actions Management Interface Preview" style="height: 700px; max-width: 100%; object-fit: cover; margin: 0; padding: 0;"/>
33+
<img src="./static/example_connection.png" alt="Example of Connection Setup" style="height: 700px; max-width: 100%; object-fit: cover; margin: 0; padding: 0;"/>
34+
<img src="./static/example_action.png" alt="Example Action Configuration Screen" style="height: 700px; max-width: 100%; object-fit: cover; margin: 0; padding: 0;"/>
3535
</div>

0 commit comments

Comments
 (0)