Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Treeam

    (@treeam)

    Hi,

    Just reporting this after 6 days. Hope someone has solution.

    Had a similar problem with thumbnails on one of my sliders. I noticed that the list items containing the thumbnails are given a fixed height which is not always enough to accommodate the full thumbnail.

    To fix this I had to put an override piece of CSS in my stylesheet file:

    .cycloneslider-thumbnails li {
       height:auto !important;
    }

    You might want to try that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Vimeo thumbnails shown cut in half’ is closed to new replies.