diff options
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%} |