Number of items in Query Loop - responsively

Not sure if it’s possible - Would be great to show only 2 items in a query loop on mobile, but 3 on desktop version - https://www.berrycast.com/conversations/54c1e78c-92ba-53fc-9ba2-c5aaf755d270
Right now it’s just one amount globally

Yes, sadly you cant change this number responsively.
Only set a number globally.

1 Like

Hey Ace,
As simplecreative already said, it is not possible to query the database per breakpoint, because breakpoints are relevant for CSS, but not for the database queries. However, you can use multiple loops and show/hide them per breakpoint.

Best regards,
timmse

1 Like

Thanks for explaining!!