Commit ead753897263f95ea064b3b05ba9ee982db509ec
1 parent
923cadac
Small fixes 9.11.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/project/view.php
... | ... | @@ -53,7 +53,7 @@ |
53 | 53 | * @var ProjectImage $img |
54 | 54 | */ |
55 | 55 | ?> |
56 | - <li data-src="<?php echo ArtboxImageHelper::getImageSrc($img->getImageUrl(), 'article_list'); ?>"> | |
56 | + <li data-src="<?php echo $img->getImageUrl(); ?>"> | |
57 | 57 | <a href=""> |
58 | 58 | <img class="img-responsive" src="<?php echo ArtboxImageHelper::getImageSrc($img->getImageUrl(), 'project_list'); ?>"> |
59 | 59 | </a> | ... | ... |