edryd.org

some of my neat stuff
git clone git://edryd.org/edryd.org
Log | Files | Refs | LICENSE

commit 88822db0419952aaf1b4ca7ba24f75a8d3ff543e
parent 0cae1f1ab21a886fbf1dbfe01977ea51ee3418f3
Author: Ed van Bruggen <edvb@uw.edu>
Date:   Fri,  2 Jul 2021 01:47:56 -0700

Increase max height of photos

Diffstat:
Mlayouts/_default/baseof.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html @@ -68,9 +68,9 @@ <script> lightbox.option({ 'resizeDuration': 250 - }) + }); $(".photos").justifiedGallery({ - rowHeight: 300, + rowHeight: 350, margins: 3, {{ if or (eq .Title .Site.Title) (eq .Title "photos") }} lastRow: 'hide',