diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-07-15 23:09:35 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-07-15 23:09:35 +0300 |
| commit | 64f163256a55a6444f0c3d8313998ec3fa34a8a0 (patch) | |
| tree | 4fcb355ff65eaaee5ec4a37f3e901f6480645252 /client/templates | |
| parent | 2893db3a20ed97b2036884c354d9e9e6d797d666 (diff) | |
Final Flickering Fix™
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 1031464..fa11543 100644 --- a/client/templates/photos.html +++ b/client/templates/photos.html @@ -65,8 +65,8 @@ <template name="photo"> <div class="photo" style="display: none;"> + <canvas id="canvas-{{id}}" style="position: absolute; height: 153px; width: 153px;"></canvas> <img id="img-{{id}}" class="instagram-photo" src="{{proxy images.thumbnail.url}}" crossorigin="anonymous"> - <canvas id="canvas-{{id}}" style="position: absolute; left: -9999px; height: 150px; width: 150px;"></canvas> <div class="title">{{date}}</div> </div> </template> |
