From 1ad6468d33758b44b33611a35fb31748948039fc Mon Sep 17 00:00:00 2001 From: Bertrand Marron Date: Fri, 7 Feb 2014 18:33:10 +0100 Subject: [PATCH] Remove autoplay for video in course about page The iframe was generated with autoplay=1, which, sometimes, would cause the video to play in the background. --- cms/djangoapps/models/settings/course_details.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/models/settings/course_details.py b/cms/djangoapps/models/settings/course_details.py index dd8582ba76..e73d6dd192 100644 --- a/cms/djangoapps/models/settings/course_details.py +++ b/cms/djangoapps/models/settings/course_details.py @@ -182,7 +182,7 @@ class CourseDetails(object): result = None if video_key: result = '' + video_key + '?rel=0" frameborder="0" allowfullscreen="">' return result