Skip to content

Commit 3c6f92a

Browse files
authored
Fix screenshot gif width on readme file
Fix screenshot gif width on readme file
1 parent 629bb58 commit 3c6f92a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ and CodeView has AutoComplete and you can customize it with different keywords a
1111

1212
## Demo
1313
<p align="center">
14-
<img src="screenshots/python_demo.gif" alt="animated" />
15-
<img src="screenshots/java_demo.gif" alt="animated" />
16-
<img src="screenshots/golang_demo.gif" alt="animated" />
14+
<img src="screenshots/python_demo.gif" alt="animated" width="30%"/>
15+
<img src="screenshots/java_demo.gif" alt="animated" width="30%"/>
16+
<img src="screenshots/golang_demo.gif" alt="animated" width="30%"/>
1717
<img src="screenshots/multi_comments_demo.png" alt="animated" width="242" height="480"/>
1818
<img src="screenshots/error_line_demo.png" alt="animated" width="242" height="480" />
1919
</p>

0 commit comments

Comments
 (0)