diff --git a/README.md b/README.md
index 28532b84ca8e6e2f0bbd5cc59e4c2b75c647d1eb..1ba6b0c9cfd1a803ebe4f35167f6e8dfa85724f0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Python <-> MicroPython bridge
 
-![](docs/logo.png)
+<img src="docs/logo.png" width="350">
 
 This project lets you interact with MicroPython devices by directly having access to an equivalent Python object on your host computer. All functions are dynamically generated based on the signatures found in the source code of the MicroPython project.
 
@@ -114,7 +114,7 @@ The object is automatically updated after each upload. By default, functions are
 
 To evaluate the speed of the transmission back and forth, a simple round-trip time estimation was performed between an rp2040 and a typical laptop. The result show an average of ~3.4ms per function call in the most basic scenario:
 
-![](docs/rtt.png)
+<img src="docs/rtt.png" width="600">
 
 ## License