diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-14 16:59:20 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-14 16:59:20 +0300 |
| commit | 43fb1fb7b82676756a5819892cd9bbe2fb1b3564 (patch) | |
| tree | e9c5415185927fd87ec2b4841eb2668593dabc0f /client/templates | |
| parent | 21eb0e3b59966a469cd2b9f09722642bf1b8c661 (diff) | |
Refactor color sampling and processing
Diffstat (limited to 'client/templates')
| -rw-r--r-- | client/templates/photos.html | 2 |
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> |
