Browse Source

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

Edd Baldry 8 năm trước cách đây
mục cha
commit
16eb8374c2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 %}