Skip to content

Commit

Permalink
chore: resize readme images
Browse files Browse the repository at this point in the history
  • Loading branch information
metacurb committed Apr 2, 2024
1 parent faea4de commit 3b1c739
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
A Visual Studio Code extension to SVN blame files.
When run, this extension will place an icon next to each line of your file. Each differently-coloured icon means a different revision. Hovering a line will display a tooltip, showing the committer, date, and message. Blame data will also display inline.

![](/src/img/marketplace/example.gif)
<img src="src/img/marketplace/example.gif" width="700">

## Requirements

Expand All @@ -24,23 +24,23 @@ If you use TortoiseSVN, make sure the option Command Line Tools is checked durin

#### Visually identify lines changed by the same revision

![](/src/img/marketplace/visual-indicators.png)
<img src="src/img/marketplace/visual-indicators.png" width="700">

#### Display revision information and logs in line

![](/src/img/marketplace/inline-blame.png)
<img src="src/img/marketplace/inline-blame.png" width="700">

#### Hover line blame to read the full commit log

![](/src/img/marketplace/blame-hover-message.png)
<img src="src/img/marketplace/blame-hover-message.png" width="700">

#### Auto-blame files as you open them

![](/src/img/marketplace/auto-blame.gif)
<img src="src/img/marketplace/auto-blame.gif" width="700">

#### Toggle blame from the toolbar

![](/src/img/marketplace/toolbar-toggle.gif)
<img src="src/img/marketplace/toolbar-toggle.gif" width="700">

## Commands

Expand Down

0 comments on commit 3b1c739

Please sign in to comment.