From ace2dafb2904527a82f80f4b8a22bebe9f354aaf Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Mon, 19 Apr 2021 10:18:59 -0400 Subject: [PATCH] Fix issue processwire/processwire-issues#1361 --- wire/core/Pageimage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/core/Pageimage.php b/wire/core/Pageimage.php index d8f90483..b024c8a0 100644 --- a/wire/core/Pageimage.php +++ b/wire/core/Pageimage.php @@ -1580,7 +1580,7 @@ class Pageimage extends Pagefile { $original = null; $replacements = array(); $properties = array( - 'url', 'httpUrl', 'URL', 'HTTPURL', + 'url', 'src', 'httpUrl', 'URL', 'HTTPURL', 'description', 'alt', 'tags', 'ext', 'class', 'width', 'height', 'hidpiWidth', 'hidpiHeight', );