-
-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Labels
feature-requestRequest for new functionality or an enhancement.Request for new functionality or an enhancement.
Description
What is the request?
Hello! I would like to request a new feature for the Wallpapers widget.
Currently, when I increase image_per_page from 5 to 9, all images are displayed in a single row. I would like to have images displayed in a grid layout with multiple rows (for example, 3 rows × 3 columns).
Could you please add a gallery_columns parameter to control the number of columns in the gallery? This would allow users to create grid layouts like:
- 3 columns × 3 rows (9 images)
- 4 columns × 2 rows (8 images)
- etc.
Example configuration:
gallery:
image_per_page: 9
gallery_columns: 3 # This would create 3 rows × 3 columnsThank you!
Why is it useful?
This feature would be useful because:
- Users with large wallpaper collections need better organization
- Grid layout is more visually appealing and efficient use of screen space
- Currently, all images in a single row require horizontal scrolling which is inconvenient
- Many users prefer to see multiple rows of wallpapers at once for easier selection
How could it be implemented?
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new functionality or an enhancement.Request for new functionality or an enhancement.