Viewing 4 replies - 16 through 19 (of 19 total)
  • Thanks for this, I used the following for a website and worked a treat!

    .fancybox-wrap {
    	-webkit-overflow-scrolling: touch !important;
    }

    Hi there!

    Hope someone could help me! I´ve been looking all those post but maybe cuase my knowledge or maybe cause my English I havent understand… Sorry.

    I have the same problem on touch devices. What do I do now? Install Fancybox v2.1.5 and delete “Easy Fancy Box”? Or What?

    Please! Thanks!

    Hello @martinuco,

    You just add

    .fancybox-wrap {
    	-webkit-overflow-scrolling: touch !important;
    }

    or

    #fancybox-frame {
    	overflow: scroll !important;
    	-webkit-overflow-scrolling: touch !important;
    }

    to your CSS file

    Hi @pigo3934

    Thanks for answer!

    Just that? I tried it in the style.css and in the fuctions.php and nothin happen…

    just need to add this in the right place and it start working?

    Thanks!!

Viewing 4 replies - 16 through 19 (of 19 total)

The topic ‘Fancybox iFrame doesn't scroll on Touch Devices’ is closed to new replies.