You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For an specific project I am working on, setting the gutterPixels to 30px seems reasonable for desktop viewports, but on mobile is way too much padding.
Describe the solution you'd like
I wish I could do something like:
@wilbertcaba there is no need for this to be implemented as a separate feature as you could achieve this with Filterizr now just fine.
Simply register an onResize event on the window object and when the width of the window hits your desired breakpoints call the filterizr.setOptions method to set your desired gutter for the new window width.
Is your feature request related to a problem? Please describe.
For an specific project I am working on, setting the
gutterPixels
to30px
seems reasonable for desktop viewports, but on mobile is way too much padding.Describe the solution you'd like
I wish I could do something like:
Describe alternatives you've considered
JS conditional statements would work.
The text was updated successfully, but these errors were encountered: