Skip to content

Commit

Permalink
Display caption always
Browse files Browse the repository at this point in the history
  • Loading branch information
siadyhr committed Nov 10, 2018
1 parent aa48d0e commit 4b1d323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tkweb/apps/gallery/templates/image.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
{% else %}
src="{{ file.file.thumbnail.720x720.url }}"
title="{{ file.caption }}"
{% endif %}>
{% endif %}
title="{{ file.caption }}">
{% elif file.type == "A" %}
<audio controls
{% if file != start_file %}data-{% endif %}src=
Expand Down

0 comments on commit 4b1d323

Please sign in to comment.