Shop Categories

X

Height Slider Pictures

Home Forums Agama Pro Height Slider Pictures

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13300
    AndreHinz
    Participant

    Hi,

    I use agama pro sliders and added a picture with the height of 640px. I set via Slider->Genral 100 (%). I assumed, the pciture and the slider has the same heigt, but the picture is trunchated. If I change the percentage, the picture moving but it still trunchated and I dont see the full picture.

    How can I configurate the slider to see the full picture?

    Thank you,

    Regards André

    #13304
    Zex
    Moderator

    Hello, Andre!

    The next code should help you with that (Insert it into Customizing->General->Additional CSS):

    .cameraSlide img{
    max-height:100%!important;
    width:auto!important;
    margin-top:0px!important;
    left: 50%!important;
    transform: translatex(-50%);
    }

    If the code doesn’t work for you, please give me an address to your website.

    Regards

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