My use case is: my frontpage has a big slideshow (4 big images sliding from left to right)
When using remote desktop (terminal server) it is very slow while the slideshow plays (unusable)
There is some way to temporarily disabling that slideshow, for example, by setting a special URL parameter?

I mean, www.example.org/?disable_slideshow=1 (for example)

Best regards!

Comments

NickDickinsonWilde’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

You could add a preprocess function to do so - or use hook_alter_js and remove the ViewsSlideshow JS depending on your requirements.