From c2da8bab8686d94deef360147ad7b350f0fa6e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 10 Jul 2024 21:46:41 +0200 Subject: [PATCH] Set max width of linked images to 500px --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index ba80693..ad63f64 100755 --- a/qsgen2 +++ b/qsgen2 @@ -1152,7 +1152,7 @@ function _linkimg() { fi # Form the replacement HTML link and image tag - local img_tag="\"${img_alt}\"" + local img_tag="\"${img_alt}\"" line=${line//"#linkimg ${img_link}"/${img_tag}} fi modified_content+="${line}\n"