Topic Resolution: Resolved
  • Closed
  • Design by Pepper
    Participant
    May 25, 2019 at 3:46 am #43667

    So I finally updated evolve to the latest version, which was not easy because there is not an update feature for the older version. I lost the Parallax slider, of course.

    I am rebuilding the parallax slider but the images are all different sizes. In the old version of evolve all images were scaled to 350 x 350 automatically.

    I can’t find a way to do that with the new version of Evolve.

    Is there a way to set a thumbnail size for the parallax slider?

    Design by Pepper
    Participant
    Posts: 60
    May 25, 2019 at 4:23 am #43668

    I was able to make images appear all the same size in the parallax slider by adding this to additional CSS:

    .d-block {
    max-height: 200px;
    }

    Roman
    Spectator
    Posts: 3147
    May 25, 2019 at 10:40 am #43675

    thanks for the info 😉