diff --git a/docs/index.md b/docs/index.md index d7a02068..b68c0215 100644 --- a/docs/index.md +++ b/docs/index.md @@ -80,9 +80,9 @@ See blame of the current version with an integrated timeline to see who changed ![Blame View](https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/BlameView.png) ### Dynamic Line Wrapping -Line wrapping can be enabled and disabled. Courtesy of Scintilla. +Courtesy of Scintilla. -![Line Wrapping](https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/line-wrap-demo-2.webm) +![Line Wrapping](/rsrc/screenshots/line-wrap-demo-2.gif) ### Single line staging by eighter clicking on the checkboxes next to each line or by selecting the relevant code and pressing "S". For unstaging you can uncheck the checkboxes or press "U". To revert changes, select the text and press "R". diff --git a/rsrc/screenshots/line-wrap-demo-2.gif b/rsrc/screenshots/line-wrap-demo-2.gif new file mode 100644 index 00000000..5aacd21a Binary files /dev/null and b/rsrc/screenshots/line-wrap-demo-2.gif differ diff --git a/rsrc/screenshots/line-wrap-demo-2.webm b/rsrc/screenshots/line-wrap-demo-2.webm deleted file mode 100644 index f5e74d8b..00000000 Binary files a/rsrc/screenshots/line-wrap-demo-2.webm and /dev/null differ