add masonry image layout

This commit is contained in:
2026-02-23 16:09:52 +11:00
parent 7c0430f2dc
commit 16968b8565
12 changed files with 119 additions and 36 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 1.3.0
### Added
- **Pinterest-style masonry image layout** — images display at their natural aspect ratios using CSS columns, creating a dynamic waterfall grid instead of fixed-size squares
- **Image size filter** — filter image results by size (All, Large, Medium, Small); passed to search engines server-side (Google `tbs=isz`, Bing `qft=filterui:imagesize`, DuckDuckGo `size` param)
- Image size filter state is synced in the URL (`&image_size=large`)
## 1.2.0
### Changed