diff options
author | King | 2018-07-12 07:00:27 -0700 |
---|---|---|
committer | GitHub | 2018-07-12 07:00:27 -0700 |
commit | 550d41f4ead0a7142e99f57096caef9555006fc0 (patch) | |
tree | 8ca9e928517964f74536deb1fc304114e19c5b6b /yaksh/templates/manage.html | |
parent | a850749942d163f9aedb19a1d19c4b8d7016745d (diff) | |
parent | 7b268a2daf288fec1163d7f2322c4eb7575da78d (diff) | |
download | online_test-550d41f4ead0a7142e99f57096caef9555006fc0.tar.gz online_test-550d41f4ead0a7142e99f57096caef9555006fc0.tar.bz2 online_test-550d41f4ead0a7142e99f57096caef9555006fc0.zip |
Merge pull request #487 from adityacp/video_lessons_download
Download course content for offline view
Diffstat (limited to 'yaksh/templates/manage.html')
-rw-r--r-- | yaksh/templates/manage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/manage.html b/yaksh/templates/manage.html index c1f9da3..2889905 100644 --- a/yaksh/templates/manage.html +++ b/yaksh/templates/manage.html @@ -30,7 +30,7 @@ <!-- iframe div for video embed --> <div id="iframe_div" style="display: none;"> <div style="width: 640px; height: 480px; position: relative;"> - <iframe id="video_frame" width="800" height="500" frameborder="0" allowfullscreen> + <iframe id="video_frame" width="640" height="480" frameborder="0" allowfullscreen> </iframe> <div style="width: 80px; height: 80px; position: absolute; opacity: 0; right: 0px; top: 0px;"> </div> |