Skip to content

Commit 5a3937b

Browse files
Update README to include responsive image support
1 parent 6e6e48a commit 5a3937b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
<img src="https://github.com/user-attachments/assets/9e873d60-a834-4411-bc0c-361b14502f8b" alt="pylibbpf" width="450">
1+
<picture>
2+
<source
3+
media="(prefers-color-scheme: light)"
4+
srcset="https://github.com/user-attachments/assets/dbd56f5b-4512-4c82-a404-30bce0ee5207"
5+
width="450"
6+
alt="pylibbpf light mode">
7+
<img
8+
src="https://github.com/user-attachments/assets/9e873d60-a834-4411-bc0c-361b14502f8b"
9+
width="450"
10+
alt="pylibbpf dark mode">
11+
</picture>
212
<p align="center">
313
<!-- PyPI -->
414
<a href="https://www.python.org/downloads/release/python-3080/"><img src="https://img.shields.io/badge/python-3.8-blue.svg"></a>

0 commit comments

Comments
 (0)