Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

center only 1 row & hiding elements on breakpoint #393

Open
xavierwastyn opened this issue Aug 24, 2024 · 1 comment
Open

center only 1 row & hiding elements on breakpoint #393

xavierwastyn opened this issue Aug 24, 2024 · 1 comment

Comments

@xavierwastyn
Copy link

Hi there,

I was wondering if there was a way to center images when there is only one row? And is it possible to hide certain pictures dependent on the media breakpoint? I don't find it in the docs?

@BasetMamshpoor
Copy link

hi,
just add this condition to lastRow

lastRow: data.length > 5 ? 'hide' : 'nojustify',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants