removed crop centre on noteworthy.html

This commit is contained in:
Karen 2012-10-02 03:07:50 +05:30
parent e60da14403
commit 68b31eb21f

View File

@ -35,7 +35,7 @@ height:150px;
{% for n in noteworthy %} {% for n in noteworthy %}
<div class="noteworthy"> <div class="noteworthy">
{% thumbnail n.image "200x150" crop='center' as im %} {% thumbnail n.image "200" as im %}
<img src="{{ im.url }}" width="200" height="150" alt="" class="imgLinks"> <img src="{{ im.url }}" width="200" height="150" alt="" class="imgLinks">
{% endthumbnail %} {% endthumbnail %}
<p class="orange"><strong>{% if n.url %} <a href="{{ n.url }}" target="_blank"> {% endif %}{{ n.title }} {% if n.url %}</a> {% endif %}</strong></p> <p class="orange"><strong>{% if n.url %} <a href="{{ n.url }}" target="_blank"> {% endif %}{{ n.title }} {% if n.url %}</a> {% endif %}</strong></p>