diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-21 17:15:23 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-21 17:15:23 -0500 |
| commit | 23a4b54b995c1c07fcde48eadae90454bfaf212e (patch) | |
| tree | 55d5d2d78ab13c8007914333e268149fae55684c /views | |
| parent | fd3cd9ab212a9c03ef6cd0e47feec672fc7cf994 (diff) | |
fix player
Diffstat (limited to 'views')
| -rwxr-xr-x | views/home.ejs | 1 | ||||
| -rw-r--r-- | views/reader.ejs | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/views/home.ejs b/views/home.ejs index 2c9c204..36fc2fc 100755 --- a/views/home.ejs +++ b/views/home.ejs @@ -82,6 +82,7 @@ <div class="holder"> <div class="video" style="width: 960px; margin: 0 auto; height: 540px; overflow: hidden; position: relative;"><iframe frameborder="0" scrolling="no" seamless="seamless" webkitallowfullscreen="webkitAllowFullScreen" mozallowfullscreen="mozallowfullscreen" allowfullscreen="allowfullscreen" id="okplayer" src="http://player.vimeo.com/video/109947131?api=1&player_id=okplayer" width="960" height="540" style="width: 960px; height: 800px; margin-top: -130px;"></iframe></div> </div> +</div> </body> [[ include partials/scripts ]] </html> diff --git a/views/reader.ejs b/views/reader.ejs index 363015b..6c9856a 100644 --- a/views/reader.ejs +++ b/views/reader.ejs @@ -27,8 +27,9 @@ [[ include partials/confirm-modal ]] [[ include projects/layouts-modal ]] [[ include partials/sign-in ]] -<img src="/assets/img/keys.png" id="keyhint"> -<img src="/assets/img/360.png" id="threesixty"> + + <img src="/assets/img/keys.png" id="keyhint"> + <img src="/assets/img/360.png" id="threesixty"> </body> [[ include partials/scripts ]] </html> |
