Okay
  Public Ticket #429508
fullscreen slider not work in mobile firefox
Closed

Comments

  • dalusoha started the conversation

    when the slider is in full-screen mode, it became a very large picture in mobile firefox ( chrome, opera were ok), the slide picture could not shrink properly into the screen. (seemed not responsive). I tried many methods and settings but failed. This happened only when you hold the android phone in portrait position, but not in landscape position. You can view the site with mobile firefox to see the problem. (www.oxminx.com/mr). (Sometimes, the error appeared more easily when you click on the small logo over the left upper corner to reload the homepage. )


    Thanks ( This bothered me for a long time)

  •  1,175
    Amit replied

    link?

  • dalusoha replied

    I have resolved it by myself. Your reply is too slow.

    I posted the css i added to resolve the problem to help anyone who had the problem of full screen display ( maybe Yootheme template) in the mobile firefox.

    adding the css in the file resolved the problem:

    .tm-fullscreen-a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    }