diff --git a/_serp.html b/_serp.html
index 1716b59..b4d48c9 100644
--- a/_serp.html
+++ b/_serp.html
@@ -214,6 +214,7 @@
 			{{vtSet: Image[width] = "{vtGet:Info[width]}" }}
 			{{vtSet: Image[height] = "{vtGet:Info[height]}" }}
 			{{vtSet: Image[orientation] = "{vtGet:Info[orientation]}" }}
+			{{vtSet: Image[preview] = "{vtConfig:baseURL}{vtGlobal:pxtcPathLores}{Verzeichnis}/{Dateiname}?{Lores_Timestamp}" }}
 
 			{{vtIf: {vtGet:ShowCaption} .eq. 1 }}
 				{{vtIf: {Name} .neq. .and. {vtName} .neq. {Name} }}
@@ -229,7 +230,6 @@
 			{{vtEndIf}}
 
 			{{vtIf: {vtGet:ShowTooltipPreviews} .eq. 1 }}
-				{{vtSet: Image[preview] = "{vtConfig:baseURL}{vtGlobal:pxtcPathLores}{Verzeichnis}/{Dateiname}?{Lores_Timestamp}" }}
 				{{vtIf: {vtGlobal:pxtcPreviewTooltips} .gt. 1 }}
 					{{vtIf: {vtGlobal:pxtcPreviewTooltips} .eq. 4 }}
 					   {{vtSet: Image[previewtext]="{Remarks}"}}
diff --git a/imagelist.html b/imagelist.html
index 3b33490..a1ddb59 100644
--- a/imagelist.html
+++ b/imagelist.html
@@ -295,6 +295,7 @@
 			{{vtIf: {vtPageType} .eq. image }}
 			
 			   {{vtSet: Image[src]="{vtGet:thumbnailUrl}{Verzeichnis}/{Dateiname|trim}?{Thumb_Timestamp}"}}
+				{{vtSet: Image[preview] = "{vtConfig:baseURL}{vtGlobal:pxtcPathLores}{Verzeichnis}/{Dateiname|trim}?{Lores_Timestamp}" }}
 			   {{vtSet: Image[type]="image"}}
 			   {{vtSet: Image[name]="{vtName}"}}
 			   {{vtSet: Image[headline]="{Name}"}}
@@ -349,7 +350,6 @@
 				{{vtEndIf}}
 
 				{{vtIf: {vtGet:ShowTooltipPreviews} .eq. 1 }}
-					{{vtSet: Image[preview] = "{vtConfig:baseURL}{vtGlobal:pxtcPathLores}{Verzeichnis}/{Dateiname|trim}?{Lores_Timestamp}" }}
 					{{vtIf: {vtGlobal:pxtcPreviewTooltips} .gt. 1 }}
 						{{vtIf: {vtGlobal:pxtcPreviewTooltips} .eq. 4 }}
 						   {{vtSet: Image[previewtext]="{Remarks}"}}
diff --git a/lightbox.html b/lightbox.html
index ad4ceea..c85987f 100644
--- a/lightbox.html
+++ b/lightbox.html
@@ -338,7 +338,7 @@
 			{{vtSet: Image[keywords] = "{Keywords}" }}
 			{{vtSet: Image[link] = "{vtLink}" }}
 			{{vtSet: Image[src]="{vtGet:thumbnailUrl}{Verzeichnis}/{Dateiname}?{Thumb_Timestamp}"}}
-			{{vtSet: Image[preview] = "" }}
+			{{vtSet: Image[preview] = "{vtConfig:baseURL}{vtGlobal:pxtcPathLores}{Verzeichnis}/{Dateiname}?{Lores_Timestamp}" }}
 			{{vtSet: Image[previewtext] = "" }}
 			{{vtSet: Image[name]="{vtName}"}}
 			{{vtSet: Image[headline]="{Name}"}}
@@ -397,7 +397,6 @@
 			{{vtEndIf}}
 			
 			{{vtIf: {vtGet:ShowTooltipPreviews} .eq. 1 .and. {vtGet:hideThumbnail} .neq. 1 }}
-				{{vtSet: Image[preview] = "{vtConfig:baseURL}{vtGlobal:pxtcPathLores}{Verzeichnis}/{Dateiname}?{Lores_Timestamp}" }}
 				{{vtIf: {vtGlobal:pxtcPreviewTooltips} .gt. 1 }}
 					{{vtIf: {vtGlobal:pxtcPreviewTooltips} .eq. 4 }}
 					   {{vtSet: Image[previewtext]="{Remarks}"}}
