Shop Categories

X

RESIZE THE SLIDERS

Home Forums Agama Pro RESIZE THE SLIDERS

Topic Resolution: Resolved
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #9782
    Resiliencengine
    Participant

    Hi there,
    I customized the sliders to be 100h.

    But the images I am adding there are huge and I can see only a piece of them. Is there a right size for the image in the slider?

    #9784
    Zex
    Moderator

    Hello, Resiliencengine!

    If you want to change the height of the slider, you need to go to
    Customize->Slider->General menu, and enter your desired slider height in “%”.

    https://prnt.sc/k53nxd

    Regards

    #9786
    Resiliencengine
    Participant

    Yep, I set the percentage BUT the image doesn’t resize to fit in.

    -> http://retest.altervista.org/ (in this case for example, there is a HUGE head and no body)

    #9787
    Zex
    Moderator

    Hi,

    I checked your website and found that the slider image is correctly displayed.
    https://prnt.sc/k5419g

    If you still don’t see it correctly, try to clear your browser’s cache.

    Regards

    #9788
    Resiliencengine
    Participant

    I am afraid it’s not. She’s wearing jeans but the image crops before them.

    #9789
    Zex
    Moderator

    Hi,

    In that case, use following code: (insert it in Customizing->General->Additional CSS)

    @media (min-width:992px) {
    .cameraSlide img{
    max-height:100%!important;
    width:auto!important;
    margin-top:0px!important;
    margin-left:20%!important;
    }
    }

    Change the margin-left value per your needs…

    Regards

    #9843
    Resiliencengine
    Participant

    thanks

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