Commit ad714a14 by Jay Zoldak

Merge pull request #2517 from ionis-education-group/remove-video-autoplay

Remove autoplay for video in course about page
parents 6772faa0 1ad6468d
......@@ -194,7 +194,7 @@ class CourseDetails(object):
result = None
if video_key:
result = '<iframe width="560" height="315" src="//www.youtube.com/embed/' + \
video_key + '?autoplay=1&rel=0" frameborder="0" allowfullscreen=""></iframe>'
video_key + '?rel=0" frameborder="0" allowfullscreen=""></iframe>'
return result
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment