Viewing 1 replies (of 1 total)
  • You can disable FancyBox for small screen devices by adding this code in a text widget or in the themes footer.php:

    <script type="text/javascript">
    var pixelRatio = window.devicePixelRatio || 1;
    if(window.innerWidth/pixelRatio < 641 ) {
      easy_fancybox_handler = null;
    };
    </script>

    Modify the value 641 to target larger or smaller screens.

Viewing 1 replies (of 1 total)

The topic ‘PDF on iphone cannot scroll’ is closed to new replies.