Loading templates/home.html +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ <h4 class="card-title">{{ this.look_at_us }}</h4> <div id="pictures" class="text-center row no-gutters px-md-4"> {% for image in this.attachments.images %} <div class="col-6 p-1"> <div class="col-12 col-xl-6 p-1"> <img src="{{ image.thumbnail(350*1.6, height=350, crop=True)|url }}" class="rounded img-thumbnail"> </div> {% endfor %} Loading Loading
templates/home.html +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ <h4 class="card-title">{{ this.look_at_us }}</h4> <div id="pictures" class="text-center row no-gutters px-md-4"> {% for image in this.attachments.images %} <div class="col-6 p-1"> <div class="col-12 col-xl-6 p-1"> <img src="{{ image.thumbnail(350*1.6, height=350, crop=True)|url }}" class="rounded img-thumbnail"> </div> {% endfor %} Loading