Don't rely on 3rd party placeholder image service.

The grey one-pixel placeholder.jpg is only 160 bytes anyway.
This commit is contained in:
2016-09-29 18:52:53 +02:00
parent c4c21dea0f
commit 55a0f4a42e
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

View File

@@ -35,7 +35,8 @@
data-shot-id="{{ shot._id }}",
href="{{ url_for('attract.shots.perproject.view_shot', project_url=project.url, shot_id=shot._id) }}",
class="status-{{ shot.properties.status }} shot-link")
img(src="http://placehold.it/100x60")
img(src="{{ url_for('static_attract', filename='assets/img/placeholder.jpg') }}",
alt="Thumbnail",width="110",height='60')
.table-cell.shot-name
a(
data-shot-id="{{ shot._id }}",