Sorry, we don't support your browser.  Install a modern browser

All Sections: Ability to toggle section visibility separately for mobile and desktop.#31

W

Being able to make a specific section mobile or desktop only without adding custom code. Because Eclipse uses “lazy-loading” I am able to use CSS to hide sections completely on mobile or desktop without it impacting performance, but having this as a built-in option would be a nice addition.

Currently selectively showing sections with CSS like such as this:

@media only screen and (min-width: 769px) {

  • display: none;
    }
    }
10 months ago
?

Being able to disable lazy loading for specific sections would also be a great addition.

10 months ago