diff options
author | Parth Buch | 2012-07-20 15:19:24 +0530 |
---|---|---|
committer | Parth Buch | 2012-07-20 15:19:24 +0530 |
commit | 40caf42dea71988931b9a917be9c3dc15055b5e7 (patch) | |
tree | dc978a04583016f759e0241d6584bfecaed06796 /stapp | |
parent | 09bb2effee9f86ce959c2ed86a3cb28f3561dd7e (diff) | |
download | stproject-40caf42dea71988931b9a917be9c3dc15055b5e7.tar.gz stproject-40caf42dea71988931b9a917be9c3dc15055b5e7.tar.bz2 stproject-40caf42dea71988931b9a917be9c3dc15055b5e7.zip |
changed the width of the video to be relative
Diffstat (limited to 'stapp')
-rw-r--r-- | stapp/templates/video/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stapp/templates/video/home.html b/stapp/templates/video/home.html index 4dbdc9f..51fd6d4 100644 --- a/stapp/templates/video/home.html +++ b/stapp/templates/video/home.html @@ -16,7 +16,7 @@ function myfunction(video,image) {% block onload %} {% endblock onload %} {% block video %} - <video width="640" height="480" controls="controls" id="mainvideo" poster="{{play.image.url}}" preload="none" src="{{play.filename.url}}"> + <video width="100%" controls="controls" id="mainvideo" poster="{{play.image.url}}" preload="none" src="{{play.filename.url}}"> </video> {% endblock%} |