Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #401348

    Hi,

    I have used full screen slider, in that i need to set the height:auto if screen resolutions is less than 740px;
    Because i need full image to display to users.
    If i set height:auto in inspect element it is not display the full image.

    Thanks.

    #401585

    Hey rajivnetra!

    Send us a link and take a screenshot highlighting what your trying to do and we’ll take a look.

    Regards,
    Elliott

    #401974

    Hi Elliott,

    Check this link (http://www.iopex.com/) for reference.
    if you are reducing the browser size, image width is 100%, and height is based upon that.
    Kindly check itimage

    Thanks

    #402358

    Hi!

    I checked your link but you don’t appear to be using any of our themes. Go ahead and activate Enfold and let us know when your done.

    Cheers!
    Elliott

    #403227

    Hi Elliott,

    Ok, http://www.mobiday.in/ in this we have used enfold theme, in that need slider height based upon device width.

    Thanks.

    #403792

    Hey!

    I am not sure if it will really help you, but here is the code you hopefully want:

    @media only screen and (max-width: 740px) {
    .avia-fullscreen-slider {
    height: auto;
    }}
    

    Regards,
    Andy

    #413768

    Hi Andy,

    Thanks, i have used easy full width slider instead of full screen slider, so no probs now.

    Thanks.

    #414169

    Hi!

    Glad you got your problem solved. Please get back to us if you should have any additional questions.

    Regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.