implement lazyloading

This commit is contained in:
Yannik Schmidt
2020-08-31 15:03:00 +02:00
parent ce074ecd1f
commit 23b275392f
6 changed files with 123 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
</div>
<div class="col image-min-dimensions">
<img class="img-responsive w-100 image-max-dimensions"
src="{{ p['image'] }}" alt="{{ p['title'] }}"></img>
realsrc="{{ p['image'] }}" alt="{{ p['title'] }}"></img>
</div>
</div>
{% endfor %}