• Resolved jrpmedia

    (@jrpmedia)


    I do not seem to be able to set the Carousel to just one image.
    It seems to default to 2 frames or two images in. the Carousel window..?

    Thanks for your Help ??

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @jrpmedia,

    We have checked the page link and it seems the images you are using in the carousel are smaller than the entire carousel area. The area you can see after the image is a whitespace and it can be reduced if you use a larger size of the images. You can also center the image alignment using a few lines of custom CSS as well. Add the following CSS to the custom CSS Section of the plugin to align the images to the center.

    .wpcp-carousel-section .wpcp-single-item img {
         display: block;
         margin: 0 auto;
    }

    Feel free to ask if you have any further questions.

    Have a great day!

    Thread Starter jrpmedia

    (@jrpmedia)

    Hi,

    Thanks for your help ??
    The images we are using from the media library inside of WordPress are 1280px to 2400px wide so I am unsure how they are coming in as smaller?

    I have selected the ‘Large’ size option in the Gallery to.

    The gallery’s vertical dimension seems too low … can we change that, as that may be affecting auto-scaling?

    I changed Carousles IMAGE SETTINGS: Image Dimensions to LARGE … NOW We are AOK! ??

    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @jrpmedia,

    Thanks for the confirmation that everything is working perfectly on your side now.

    Feel free to contact us for further assistance.

    Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Always set to two framnes’ is closed to new replies.