diff options
| author | Julie Lala <jules@okfoc.us> | 2015-04-09 13:32:45 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-04-09 13:32:45 -0400 |
| commit | 3a28bacfc38cd0244ada6e74655d1e30d81d4d34 (patch) | |
| tree | 41e324d4301119941bf33f55ca6d925580d916bd /site/templates/project.liquid | |
| parent | 70591083a1f7ea9ecf511b62d6a0a010a8da8c24 (diff) | |
video thumbnail and /all page
Diffstat (limited to 'site/templates/project.liquid')
| -rw-r--r-- | site/templates/project.liquid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/templates/project.liquid b/site/templates/project.liquid index 583cb09..bcaea75 100644 --- a/site/templates/project.liquid +++ b/site/templates/project.liquid @@ -4,7 +4,7 @@ <div class="gallery" id="okgallery"> {% if project.video %} - <div class="cell video" style="background-image:url({{ project.video.thumb }}" data-video="https://player.vimeo.com/video/{{ project.video.token }}" data-caption="{{ project.video.title }}"></div> + <div class="cell video" style="background-image:url({{ project.video.thumb }})" data-video="https://player.vimeo.com/video/{{ project.video.token }}" data-caption="{{ project.video.title }}"></div> {% endif %} {% for image in project.images %} <div class="cell" data-caption="{{ image.caption }}"><img src="{{ image.uri }}"></div> |
