• the images in my parallax slider are to big and get cut only one show’s the full image, how can i make all the images the same size so that they fit in parralax slider, shortcode ?????

    https://unique-gadgets.com/

    a big thank’s in advance

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Use the following in your Theme Options -> Custom CSS

    .da-slide img {
        height: 250px !important;
        width: auto !important;
    }

    Thank you!

    Thread Starter mcloud00

    (@mcloud00)

    hello,

    first of all thank you for your help, that code did exactly what i wanted but there is a litlle problem now with the boststrap slider i have this code

    #bootstrap-slider img.img-responsive {
    max-height: 600px !important;
    min-height: 585px;
    }

    to target the bootstrap slider so the images are the same size and the site dosent go up and down for each image that apper in the slide and when i put your code for the parallax slider the bootstrap slider begain to do the old probleme of up and down how do i resolve this problem

    i think i can resolve it if i put a

    .da-slide img {
    height: 250px !important;
    width: auto !important;
    }

    code but the code has to be targeting the parrallax slider

    https://unique-gadgets.com/

    thanks in advance.

    Thread Starter mcloud00

    (@mcloud00)

    can some one help please how do i stop the page going up and down because of the slider???????

    https://unique-gadgets.com/

    thanks in advance

    Resize all your slider images in same width and height before uploading and using on your bootstrap slider. This will fix the going up and down… issue.

    I could do with Bootstrap being a little slimmer say 1000 x 288
    is there an easy way to do that (Desktop PC dispplay I am looking at changing)

    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how can i make the images fit in parallax slider???’ is closed to new replies.