From 1c71b22c8e4736d3f35dbfa1af219efdade572f8 Mon Sep 17 00:00:00 2001 From: Taka Date: Tue, 16 Feb 2021 10:21:23 +1100 Subject: [PATCH] Added a note in the help about spaces in image URL's. --- vasl_templates/webapp/static/help/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vasl_templates/webapp/static/help/index.html b/vasl_templates/webapp/static/help/index.html index 5969f5b..a646b3e 100644 --- a/vasl_templates/webapp/static/help/index.html +++ b/vasl_templates/webapp/static/help/index.html @@ -304,6 +304,8 @@ or a width and/or height parameter to explicitly set the image
VASSAL caches images (which can't be turned off), so if you're making changes that don't seem to be having any effect, try restarting VASSAL.
+
You should avoid having spaces in image URL's, since VASSAL seems to have problems with them.
+

Suggested workflow