From bd809237aedc0e23f2b3dc7c960cffee26849c98 Mon Sep 17 00:00:00 2001
From: Milan <milan.danecek@gmail.com>
Date: Tue, 8 Aug 2023 17:55:23 +0200
Subject: [PATCH] Fix pict resolution #2

---
 object-storage/rclone.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/object-storage/rclone.md b/object-storage/rclone.md
index a764699..42fe58a 100644
--- a/object-storage/rclone.md
+++ b/object-storage/rclone.md
@@ -59,14 +59,15 @@ In the displayed directory you can click right mouse button -> **New** –> **Di
 
 In the next step click to **Start (1)** and search for **Edit the system environment variables (2)**.
 
-![](rclone-screenshots/rclone-path-win1.png){ width="800" height="600" style="display: block; margin: 0 auto" }
+![](rclone-screenshots/rclone-path-win1.png){ style="display: block; margin: 0 auto" }
 
 Then click at **Environment variables (1)** in the displayed window.
-![](rclone-screenshots/rclone-path-win2.png){ width="600" height="450" style="display: block; margin: 0 auto" }
+![](rclone-screenshots/rclone-path-win2.png){ style="display: block; margin: 0 auto" }
 
 In the section User variables for **UserXY (1)** you will select the line with variable **Path (2)** and then you will click on the **Edit (3)** button.
 
-![](rclone-screenshots/rclone-path-win3.png){ width="800" height="600" style="display: block; margin: 0 auto" }
+![](rclone-screenshots/rclone-path-win3.png){ style="display: block; margin: 0 auto" }
+[![](rclone-screenshots/rclone-path-win3.png){ width="800" height="600" style="display: block; margin: 0 auto" }]::
 
 You can add the new path by clicking on the **New (1)** button and then you have to insert the path to the pre-prepared **“bin” folder (2)**, see below. The setup is then confirmed by clicking on the **OK (3)** button.
 
-- 
GitLab