Преглед изворни кода

Breadpage image same asset on mobile and desktop. Works on #57

Edd Baldry пре 8 година
родитељ
комит
16eb8374c2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      bakerydemo/templates/breads/bread_page.html

+ 1 - 1
bakerydemo/templates/breads/bread_page.html

@@ -10,7 +10,7 @@
                     <h1>{{ page.title }}</h1>
                     
                     <figure class="hidden-md-up">
-                        {% image self.image width-600 %}
+                        {% image self.image width-500 %}
                     </figure>
                     
                     {% if page.introduction %}