WARNING: CURRENTLY BROKEN... updated photos.py to use exif data for thumbnails, and templates/photos.html to reflect changes
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
{% endif %}
|
||||
{{obj.name}}
|
||||
{% if obj.type=="Image" %}
|
||||
<img width="64" height="64" src="data:image/gif;base64,{{obj.thumb}}"></img>
|
||||
<img width="64" height="64" src="data:image/jpg;base64,{{obj.thumbnail}}"></img>
|
||||
{% endif %}
|
||||
</td></td><td>{{obj.size_MB}}</td><td>{{obj.hash}}</tr>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user