Carousel Grid Mode

New to MustardOS Version 2508.3 Golden Goose is the ability configure a theme to display grid content in a carousel style. What this means is content is displayed in a circular pattern where there is not end to list rather it loops around to the beginning.

Example Pattern in Horizontal Carousel Mode:

Example Pattern in Vertical Carousel Mode:

To create a theme that uses carousel mode you will setup your theme scheme files to use grid mode. See help file for more information on available grid settings: Scheme Files | MustardOS

To create a horizontal carousel grid set:
ROW_COUNT = 1
COLUMN_COUNT = to an odd number that is 3 or greater

Example horizontal carousel grid theme MustardOS-Grid-Carousel can be found here:
https://github.com/MustardOS/theme/releases/latest/download/MustardOS-Grid-Carousel.muxthm

HorizontalCarousel

To create a horizontal carousel grid set:
COLUMN_COUNT = 1
ROW_COUNT = to an odd number that is 3 or greater

Example vertical carousel grid theme MustardOS-Grid-Carousel-2 can be found here:
https://github.com/MustardOS/theme/releases/latest/download/MustardOS-Grid-Carousel-2.muxthm

VerticalCarouselMode

4 Likes