diff --git a/README.md b/README.md index e8c1edb..fcb767f 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,12 @@ After the Jekyll build, CI verifies `_site/search.json`, `_site/sitemap.xml`, an Gallery screenshots keep their original JPG/PNG files. Compressed WebP copies are generated alongside them and served via `` when available. Project pages use a vanilla JS slideshow (same auto-advance behavior as the old ResponsiveSlides carousel, without jQuery). +Optional post front matter `gallery_aspect` sets the carousel frame ratio when screenshots are not standard WoW captures (default `850 / 451`). Example for wide UI banners: + +```yaml +gallery_aspect: 930 / 300 +``` + Regenerate derivatives after adding or changing images: ```bash diff --git a/_layouts/default.html b/_layouts/default.html index 8a468a0..a41d1b7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -62,7 +62,8 @@
{% if page.images %} -