Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Praveen Rajan

    (@praveen-rajan)

    @ unboogyman

    Could you specify in which web browser you are able to see this issue? I cannot see any scrollbars on popup window in MacOSX – Google Chrome

    Regards,
    Praveen Rajan

    Thread Starter unboogyman

    (@unboogyman)

    Sorry i figured out a fix, in jquery.fancybox-1.3.4.css I added

    #video_fancy_cvg_items_gallery_1_main_wrapper {
        overflow: hidden;
    }

    I don’t know if it’s a proper fix but it works

    Thread Starter unboogyman

    (@unboogyman)

    ok another update, with that fix i’ll have to add every gallery id separate…. how can i change the code to add

    overflow: hidden;

    when it makes the div id

    video_fancy_cvg_items_gallery_X_main_wrapper

    ?

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    Please try this.

    #fancybox-content div div {
      overflow: hidden;
    }

    Regards,
    Praveen Rajan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unable to remove scroll bars in video player’ is closed to new replies.