diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-12 10:59:59 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-12 10:59:59 +0300 |
| commit | 5fa7dd33b040efce3626672d60ddeacb60580ef0 (patch) | |
| tree | b1024675bfdc0b6d42ebef3d13102d723b174432 /client/templates | |
| parent | be4103f6cdebfb7b7b04270c20d6c91eeb61a4f3 (diff) | |
Add pixelate button'
Diffstat (limited to 'client/templates')
| -rw-r--r-- | client/templates/photos.html | 4 |
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> |
