]> git.parisson.com Git - teleforma.git/commitdiff
preview width
authoryomguy <yomguy@parisson.com>
Sat, 28 Jul 2012 22:27:53 +0000 (00:27 +0200)
committeryomguy <yomguy@parisson.com>
Sat, 28 Jul 2012 22:27:53 +0000 (00:27 +0200)
teleforma/templates/teleforma/course_media.html

index 739245fa4b206bef0f3ef3f98e54e02483a634ca..0f8468ed6659e1b22d7b78e700ea0c09948d7bb3 100644 (file)
@@ -104,7 +104,7 @@ $(document).ready(function(){
 {% if media.item.related.all %}
  {% for related in media.item.related.all %}
   {% if related.title == "preview" %}
-   <img src="{{ MEDIA_URL }}{{ related.file }}" width="320px" alt="" />
+   <img src="{{ MEDIA_URL }}{{ related.file }}" width="300px" alt="" />
   {% endif %}
  {% endfor %}
 {% else %}