feat(image-zoom): add minimal image zoom functionality

- Introduced CSS for image zoom overlay and image styling.
- Implemented JavaScript for handling image zoom interactions, including overlay creation and close functionality.
- Updated configuration to enable image zoom feature in site parameters.
- Added partial for including image zoom assets in the layout.
This commit is contained in:
Xin
2025-09-10 23:59:51 +01:00
parent 3bc454bbf6
commit 09728a4aa9
5 changed files with 141 additions and 0 deletions

View File

@@ -238,3 +238,6 @@ params:
# inputPosition: top
# lang: en
# theme: noborder_dark
imageZoom:
enable: true