diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/javascripts/app.js | 2 | ||||
| -rw-r--r-- | public/stylesheets/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/javascripts/app.js b/public/javascripts/app.js index 9bd769b..aa57543 100644 --- a/public/javascripts/app.js +++ b/public/javascripts/app.js @@ -28,7 +28,7 @@ var App = App || null; }; this.initialize_video = function(url) { - console.log(url); + $('section.video video').attr('src', url); }; this.get_characters = function(series_id, params) { diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bb3ac3a..263452e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -9,7 +9,7 @@ section.video { z-index: 15; } -section.video iframe { +section.video video { position: absolute; top: 0; left: 0; |
