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', );