[Plugin: Easy FancyBox] Turn off fancybox for mobile
-
What’s the easiest way to turn fancybox off on mobile platforms? I’ve got Modernizr installed, so I could do something like:
if (Modernizr.touch){ // method_to_disable_fancybox(); }
Not a perfect check, but good enough for my purposes. I just don’t know how to go about disabling the fancybox functionality.
Or, is there a better way?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘[Plugin: Easy FancyBox] Turn off fancybox for mobile’ is closed to new replies.