Loading templates/home.html +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ <div id="pictures" class="text-center row no-gutters px-md-4"> {% for image in this.attachments.images %} <div class="col-6 p-1"> <img src="{{ image.thumbnail(350*1.6, height=350, crop=True)|url }}" class="img-fluid rounded img-thumbnail"> <img src="{{ image.thumbnail(350*1.6, height=350, crop=True)|url }}" class="rounded img-thumbnail"> </div> {% endfor %} </div> Loading webpack/scss/mlab.scss +0 −4 Original line number Diff line number Diff line Loading @@ -158,10 +158,6 @@ html, body { } } img.img-fluid { height: 100% !important; } .img-thumbnail { // Fix for dark bg by default background-color: $white; Loading Loading
templates/home.html +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ <div id="pictures" class="text-center row no-gutters px-md-4"> {% for image in this.attachments.images %} <div class="col-6 p-1"> <img src="{{ image.thumbnail(350*1.6, height=350, crop=True)|url }}" class="img-fluid rounded img-thumbnail"> <img src="{{ image.thumbnail(350*1.6, height=350, crop=True)|url }}" class="rounded img-thumbnail"> </div> {% endfor %} </div> Loading
webpack/scss/mlab.scss +0 −4 Original line number Diff line number Diff line Loading @@ -158,10 +158,6 @@ html, body { } } img.img-fluid { height: 100% !important; } .img-thumbnail { // Fix for dark bg by default background-color: $white; Loading