From b281ea9864463c1a6e647b21e67849f75c2ad265 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Sat, 27 Dec 2025 15:53:22 +0900 Subject: [PATCH] Increase slideshow height to 700px --- css/galleriffic-2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/galleriffic-2.css b/css/galleriffic-2.css index cd54aee..6a776e9 100644 --- a/css/galleriffic-2.css +++ b/css/galleriffic-2.css @@ -29,7 +29,7 @@ div.slideshow-container { position: relative; clear: both; /* Constrain slideshow to a single-screen friendly box */ - height: 500px; + height: 700px; max-width: 1100px; } div.loader {