New Landing How can we help? Themeforest Theme Support Dante Revolution Slider Settings

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Dante
  • #183427
    ronin
    Member
    Post count: 282

    Hello,

    I have set the size of my revolution slider to be 63vh so that it appears proportionally correct across different computers. However, there is a bit of jumping going on about a second after the slide transitions. Is there a way to stop this?

    Thanks

    #183444
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    EWverything seems fine to me. How can i replicate this issue at my side?
    Thanks
    Mohammad

    #183452
    ronin
    Member
    Post count: 282

    I have checked on multiple computers, and in Firefox and Chrome, and on some monitors the slider image jumps up a considerable amount.

    The code I used to do this is:

    .home .home-slider-wrap, .home div#rev_slider_1_1, .home .tp-bgimg.defaultimg, .home .forcefullwidth_wrapper_tp_banner, .home .rev_slider ul {
    height: 63vh!important;
    }

    .home .rev_slider_wrapper, .home div#rev_slider_1_1 {
    height: 100%!important;
    min-height:63vh!important;
    }

    .home .rev_slider ul {
    max-height:700px!important;
    }

    (I admit some of this code may be unnecessary, was just trying to get it to work).

    #183459
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please find 63vh 63vh!important; and change to 63px!important;

    Thanks
    Mohammad

    #184405
    ronin
    Member
    Post count: 282

    Thanks for your reply, but I want to be able to use vh so that the slider takes up roughly 2/3 of the screen across screen sizes. Is that not possible?

    #184407
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    What is Vh? Please explain me this to me.
    Thanks
    Mohammad

    #184408
    ronin
    Member
    Post count: 282

    Hi,

    vh is a unit that stands for view height, so if it’s 63vh it takes up 63% of the browser’s height. Using a percentage value to set the height of the slider doesn’t work either.

    #184429
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I forward it to my colleague. He is expert in CSS.
    Thanks
    Mohammad

    #184812
    ronin
    Member
    Post count: 282

    Thank you!

    #184831
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    He will assist you shortly.
    Thanks
    Mohammad

    #184866
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    vh units are not yet supported by most browsers, see: http://d.pr/i/15TUc/ukEI1WvA

    – Kyle

    #185623
    ronin
    Member
    Post count: 282

    OK, I checked this website and thought that it was supported by most browsers: http://caniuse.com/#feat=viewport-units

    but that’s ok, I will just have to use pixels.

    #185760
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    Its ok. Just use px.

    Thanks 🙂

    Mohammad

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.