From d7f0971dc180ad8b6507f44952e6e19f66a2eb2d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 16 Jul 2021 06:45:29 +0200 Subject: [PATCH] remove poster --- teleforma/templates/teleforma/course_media.html | 1 - 1 file changed, 1 deletion(-) diff --git a/teleforma/templates/teleforma/course_media.html b/teleforma/templates/teleforma/course_media.html index beacc9d1..1e6b18f3 100644 --- a/teleforma/templates/teleforma/course_media.html +++ b/teleforma/templates/teleforma/course_media.html @@ -99,7 +99,6 @@ $(document).ready(function(){ width="100%" height="auto" data-setup="{}" - {% if media.poster_file %}{% thumbnail media.poster_file "640" as im %}poster="{{ im.url }}"{% endthumbnail %}{% endif %} >

-- 2.39.5