Skip to content

breakpoints for gallery not working on view.xml #312

Answered by vovayatsyuk
delfidream asked this question in 1. Help
Discussion options

You must be logged in to vote

Breeze doesn't support breakpoints gallery feature, so you need to write styles for this.

Just pushed the commit that makes it easier to implement this feature for any media query.

Using from your theme:

& when (@critical) {
    @media @media-md-down {
        .breeze-gallery:not(.opened) .thumbnails {
            .bz-gallery-nav-dots();
        }
    }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@delfidream
Comment options

Answer selected by delfidream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants