Skip to content

Commit

Permalink
lazy load demo gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasvanEyk committed Jul 1, 2023
1 parent efc0a2d commit 6ab0444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An opiniated way of managing changelogs adhering to the [keepachangelog](https:/

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://niclasvaneyk.github.io/keepac/demo.dark.gif">
<img src="https://niclasvaneyk.github.io/keepac/demo.light.gif">
<img src="https://niclasvaneyk.github.io/keepac/demo.light.gif" loading="lazy">
</picture>

## Installation
Expand Down Expand Up @@ -79,7 +79,7 @@ Adds a new entry to one of your sections in the changelog.

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://niclasvaneyk.github.io/keepac/insert.dark.gif">
<img src="https://niclasvaneyk.github.io/keepac/insert.light.gif">
<img src="https://niclasvaneyk.github.io/keepac/insert.light.gif" loading="lazy">
</picture>

Now we arrive at the more useful features of keepac.
Expand Down

0 comments on commit 6ab0444

Please sign in to comment.