summaryrefslogtreecommitdiff
path: root/client/templates
diff options
context:
space:
mode:
Diffstat (limited to 'client/templates')
-rw-r--r--client/templates/photos.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html
index 7a8f8c5..2bdc53a 100644
--- a/client/templates/photos.html
+++ b/client/templates/photos.html
@@ -16,6 +16,6 @@
<div class="photo">
<div class="title">{{date}}</div>
<img id="img-{{id}}" src="{{proxy images.thumbnail.url}}" crossorigin="anonymous">
- <canvas id="canvas-{{id}}" style="display: none;"></canvas>
+ <canvas id="canvas-{{id}}" style="height: 150px; width: 150px;"></canvas>
</div>
</template>