tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
189 stars 18 forks source link

[GenerateBlocks query loop] Adjust number of posts for tablet and mobile #1116

Closed quantumleap33 closed 9 months ago

quantumleap33 commented 10 months ago

It would be great if we could set number of posts per responsive view. For example, we could show fewer posts on mobile view to save space.

Reference https://generate.support/topic/generateblocks-query-loop-adjust-number-of-posts-for-tablet-and-mobile/

diggeddy commented 9 months ago

Posts could only. be hidden using CSS for responsive screen sizes. And would require nth-child selectors which is not currently possible. If that becomes possible then this feature would be possible.