Răsfoiți Sursa

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

Edd Baldry 8 ani în urmă
părinte
comite
16eb8374c2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 %}