Support » Plugin: Page Builder Gutenberg Blocks – CoBlocks » Carousel image sizes

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support gdpavle

    (@gdpavle)

    Hi @sb0k,

    Thank you for reaching out.

    You can change the image size before you upload it or use some custom CSS code on your already existing galleries.

    If you need assistance in modifying the image size using CSS, let me know.

    Best Regards,
    Pavle

    Thread Starter sb0k

    (@sb0k)

    thanks for you reply, can you show me how to resize images using css ? thanks

    Plugin Support gdpavle

    (@gdpavle)

    Hey @sb0k,

    Sure. Can you please send me the URL of the page you’d like to resize the images on? 🙂

    Best Regards,
    Pavle

    Thread Starter sb0k

    (@sb0k)

    Thanks @gdpavle, but i’m working on local, any suggestion?

    Plugin Support gdpavle

    (@gdpavle)

    Hey @sb0k,

    You can try adding the following CSS code:

    .wp-block-coblocks-gallery-carousel
    {
       max-width: 80%;
    }

    Feel free to adjust the value of the property max-width per your needs.

    Best Regards,
    Pavle

    Thread Starter sb0k

    (@sb0k)

    hi @gdpavle, thanks for your reply.
    This is not the best solution for me, i just want to resize only the images and not the carousel wrap.

    Plugin Support gdpavle

    (@gdpavle)

    Hi @sb0k,

    You’re welcome. 🙂

    It would be much easier if I could see your website and send you the exact code for the modification you’re trying to achieve.

    You would have to access DevTools (Inspect Element if you’re using Google Chrome), inspect the element you want to resize and test the changes in the Styles section on the right side of the DevTools. You can try changing the width of the particular img tag but it won’t allow you to modify it above the width of the wrapper itself.

    I hope this will work for you.

    Best Regards,
    Pavle

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Carousel image sizes’ is closed to new replies.