Topic: How to configure number of cards on page load and during window resize?
Expected behavior 1) How can we configure number of cards on page load? 2) When we are resizing the window and we want to keep the responsive behaviour so can we want to set the number of visible cards?
Actual behavior
Resources (screenshots, code snippets etc.)
Mateusz Łubianka staff answered 5 years ago
Hi @apd.it,
You can add to some elements class with visibility: hidden;
and after scroll to this element youa can change it into visibility: visible;
.
You can use for that jQuery jQuery(window).scroll();
function.
Best,
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: Yes
- Technology: MDB jQuery
- MDB Version: 4.13.0
- Device: Desktop
- Browser: All
- OS: All
- Provided sample code: No
- Provided link: No