• Resolved redrobred

    (@redrobred)


    Hi

    I find the corners of outer images cut off on Coverflow Carousel. Is there any way to fix this … maybe be able to reduce the size of the outer angled images, or even have “padding” or margin for images so this doesn’t occur?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter redrobred

    (@redrobred)

    Ps … also is there no way to increase the amount of time an image stays in one place before the transition starts to the next image? All I see is “Speed” (which I think is the transition speed) with a max of “5” … and images move to quick along.

    Plugin Author nK

    (@nko)

    Hey.

    1. Try to fix these corners using Custom CSS https://visualportfolio.co/docs/portfolio-blocks/custom-css/:

    selector .vp-portfolio__items-wrap {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    2. The setting is named Autoplay, you can control how long in seconds to wait between images autoplay.

    Regards, nK.

    Thread Starter redrobred

    (@redrobred)

    Hi

    Thanks I will try the custom CSS to fix corners …

    But regarding “autoplay … I understand what it does, but that’s not waht I’m asking … I’m NOT asking to control how long before it starts autoplaying.

    I’m wanting to control how long image pause and display before the next slide transition happens to take it to the next slide

    Plugin Author nK

    (@nko)

    I don’t understand then… The autoplay makes exactly what you are asking. If you set the autoplay to, for example, 5 seconds. The carousel will change the slide after 5 seconds, and after this, you will need to wait again for 5 seconds for the automatic slide change.

    So, it is the time of the pause between automatic slides change. Just play with this setting and you will see how it works.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Corners cut off on Coverflow Carousel’ is closed to new replies.