I wonder if this module can be used together with some responsive themes (Omega, etc.). The problem with responsive themes is you can show or hide blocks with CSS. But it means that even if you dont display a block, you load it in smaller screens. So, loading some blocks with AJAX for larger screens can be a better solution.

Anyone has a suggestion to achieve this with this module?

Comments

Iztok’s picture

Storing browser width into a session and then having a custom content function for block.

Not really sure how to do a generic approach within this module.

abs’s picture

Issue summary: View changes

For my usage scenario, I would simply be happy to suppress automatic block load on page load and being able to trigger block load by using function from custom javascript. This would even extend the usage scope of this module - block load might be triggered by any event, like on-click or hover etc.