diff options
Diffstat (limited to 'client/templates')
| -rw-r--r-- | client/templates/photos.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html index e844b44..d5a1286 100644 --- a/client/templates/photos.html +++ b/client/templates/photos.html @@ -22,6 +22,9 @@ <h5>#AABBCC</h5> </div> </div> + <div class="final" style="display: none"> + <canvas id="canvas-final" style="height: 315px; width: 315px;"></canvas> + </div> <canvas id="canvas-all" style="display: none; height: 150px; width: 150px;"></canvas> </div> </template> |
