浏览代码

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 %}