summaryrefslogtreecommitdiff
path: root/client/templates
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-12 10:59:59 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-12 10:59:59 +0300
commit5fa7dd33b040efce3626672d60ddeacb60580ef0 (patch)
treeb1024675bfdc0b6d42ebef3d13102d723b174432 /client/templates
parentbe4103f6cdebfb7b7b04270c20d6c91eeb61a4f3 (diff)
Add pixelate button'
Diffstat (limited to 'client/templates')
-rw-r--r--client/templates/photos.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html
index 3a4866c..4ffc198 100644
--- a/client/templates/photos.html
+++ b/client/templates/photos.html
@@ -15,14 +15,14 @@
{{> photo}}
{{/each}}
</div>
+ <button class="pixelate btn btn-default">Pixelate</button>
</div>
- <!-- <button class="pixelate btn btn-default">Pixelate</button> -->
</template>
<template name="photo">
<div class="photo">
<div class="title">{{date}}</div>
<img id="img-{{id}}" src="{{images.thumbnail.url}}" crossorigin="anonymous">
- <!-- <canvas id="canvas-{{id}}" resize="true" style="width: 180px; height: 230px;"></canvas> -->
+ <canvas id="canvas-{{id}}" style="display: none;"></canvas>
</div>
</template>