]> git.parisson.com Git - mezzo.git/commitdiff
Increase the size of the image menu links
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 3 Nov 2016 09:48:33 +0000 (10:48 +0100)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 3 Nov 2016 09:48:33 +0000 (10:48 +0100)
app/templates/pages/menus/header.html

index c2f8c35dedea4753c8da4ebd59531525a19be395..05dbc0cfc125bcea2c6ff4942b0a52416ed3521a 100644 (file)
@@ -20,7 +20,7 @@
             {% if page.content_model == "link" %}
                 <li class="nav-header__item nav-header__item--image">
                     {% with page.link.link_images.all|first as link_image %}
-                        <a href="{{ page.get_absolute_url }}"{% if 'http' in page.link.slug %} target="_blank"{% endif %} title="{{ page.title }}"><img src="{{ MEDIA_URL }}{% thumbnail link_image.image 83 65 %}" /></a>
+                        <a href="{{ page.get_absolute_url }}"{% if 'http' in page.link.slug %} target="_blank"{% endif %} title="{{ page.title }}"><img width="83" height="65" src="{{ MEDIA_URL }}{% thumbnail link_image.image 166 130 %}" /></a>
                     {% endwith %}
                 </li>
             {% else %}