diff --git a/docs/examples.md b/docs/examples.md
index ff23aefce986e55bbaa470cae91b304be65a5380..fe1081821a4bb8fb45465aeb691acada20c1d7b1 100644
--- a/docs/examples.md
+++ b/docs/examples.md
@@ -133,8 +133,6 @@ Some simple bash scripts to achieve this are kindly provided in [nickexyz's repo
 You can use the HTTP request node to send messages with [Node-RED](https://nodered.org), some examples:
 
 Example: Send a message
-
-![Node red message flow](static/img/nodered-message.png)
 <details>
 <summary>Expand</summary>
 
@@ -222,9 +220,10 @@ Example: Send a message
 
 </details>
 
-Example: Send a picture
+![Node red message flow](static/img/nodered-message.png)
 
-![Node red picture flow](static/img/nodered-picture.png)
+
+Example: Send a picture
 <details>
 <summary>Expand</summary>
 
@@ -340,6 +339,8 @@ Example: Send a picture
 
 </details>
 
+![Node red picture flow](static/img/nodered-picture.png)
+
 ## Gatus service health check
 
 An example for a custom alert with <a href="https://github.com/TwiN/gatus">Gatus</a>