]> git.parisson.com Git - telemeta.git/commitdiff
fix iframe height
authoryomguy <yomguy@parisson.com>
Thu, 27 Oct 2011 14:01:43 +0000 (16:01 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 27 Oct 2011 14:01:43 +0000 (16:01 +0200)
telemeta/templates/telemeta_default/index.html

index 2e0313113a6d9ab9c0ea0861944a076e7e3ed97f..59523aeded741174415626a889af80eec7e20529 100644 (file)
@@ -58,7 +58,7 @@
 <table style="font-size: 90%"><tr>
 {% for item in sound_pub_items %}
 <td width="390"><a href="{% url telemeta-item-detail item.public_id %}">{{ item }}</a>{% if item.alt_title %} ({{ item.alt_title }}){% endif %}<br /><span style="font-size: 80%">{{ item.location.fullnames|to_string }}</span><br />
-<iframe width='376' height='215' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='/items/{{item.public_id }}/player/362x130/'></iframe></td>
+<iframe width='376' height='220' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='/items/{{item.public_id }}/player/362x130/'></iframe></td>
 {% endfor %}
 </tr>
 </table>