Commit 059eed5fb2d09d0bb06a793cd021bafa23dc7733
1 parent
001da090
Lazyload
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
components/artboximage/ArtboxImageHelper.php
@@ -69,7 +69,7 @@ | @@ -69,7 +69,7 @@ | ||
69 | $imgOptions['class'] = 'artbox-lazy'; | 69 | $imgOptions['class'] = 'artbox-lazy'; |
70 | } | 70 | } |
71 | $imgOptions['data-original'] = $src; | 71 | $imgOptions['data-original'] = $src; |
72 | - return Html::img('', $imgOptions); | 72 | + return Html::img('/images/preload-2.gif', $imgOptions); |
73 | } else { | 73 | } else { |
74 | return Html::img($src, $imgOptions); | 74 | return Html::img($src, $imgOptions); |
75 | } | 75 | } |