Not views plugins (i.e. Views Fluid Grid or Views Column Class) but theme settings extension how "Image Field Settings" or "Mobile Blocks" but for views display.

Example settings

View "Products", display "Product list":
Breakpoints Wide: all and (min-width: 60.0625em) show views rows on line: 4 (columns)
Breakpoints Tablet: all and (min-width: 45.0625em) and (max-width: 60em) show views rows on line: 2 (columns)
Breakpoints Mobile: all and (max-width: 45em) show views rows on line: 1 (columns)

Or set AT Layouts for that.

Is it possible to implement?

Comments

VVS created an issue.

Jeff Burnz’s picture

Not sure if I totally understand what you're asking, e.g. what do you mean by a Views column?

vvs’s picture

This mean: count views rows on line.
I.e. products on line.

Jeff Burnz’s picture

Yeah, it all sounds very tricky to me (to do from a theme setting), I definitely think that sort of thing works best as Views style plugin like https://www.drupal.org/project/views_fluid_grid - is there nothing for Drupal 8 like this?

jwkovell’s picture

Here's a stab at a Views style plugin that splits results into a dynamic number of columns depending on display width.

Surprisingly, I couldn't find any other examples of modules that did this.

vvs’s picture

jkovell, great realization of idea, but would be greater uses of layouts settings and breakpoints from AT.

So I made an offer here, not for views.

Thanks!

Jeff Burnz’s picture

jkovell - cool, I'm going to give that go, awesome!