diff --git a/components/artboximage/ArtboxImageHelper.php b/components/artboximage/ArtboxImageHelper.php index 6f27b89..5620e98 100755 --- a/components/artboximage/ArtboxImageHelper.php +++ b/components/artboximage/ArtboxImageHelper.php @@ -68,7 +68,8 @@ } else { $imgOptions['class'] = 'artbox-lazy'; } - return Html::img(''); + $imgOptions['data-original'] = $src; + return Html::img('', $imgOptions); } else { return Html::img($src, $imgOptions); } -- libgit2 0.21.4