File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
28
28
## Gallery
29
29
30
- <div style =" display : grid ; grid-template-columns : repeat (4 , auto ); justify-content : center ; align-items : center ; gap : 25 px ; 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 , 1 fr ); justify-content : center ; align-items : center ; gap : 20 px ; 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;"/>
35
35
</div >
You can’t perform that action at this time.
0 commit comments