• Resolved Laurent J.V. Dubois

    (@ljvd)


    Hello,

    Thanks for this great plugin.
    In the Carousel Block, an annoying limitation is the minimum 200px height limitation
    For my usage, showing customers’ logo, 75px is enough.

    Indeed, for members who need a fast fix, a css trick does the job ( redaction is here my additional css class)

    div.redaction .coblocks-gallery.is-cropped .coblocks-gallery--item img
    {
     height:75px;
    width : auto;
    }

    Everyone don’t have the necessary skills for playing with the css …
    That will be nice to remove this limitation.

    Indeed, thanks for this great package of blocks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Anthony Ledesma

    (@paranoia1906)

    Hi @ljvd,

    Thank you for this support request. After discussing your use case with our developers we agree that 200px should not be a hard limit. I have submitted a pull request on the CoBlocks GitHub to set the lower limit to 0px. This way you can adjust the height of the Carousel block as needed. Feel free to follow along with the request here: https://github.com/godaddy-wordpress/coblocks/pull/1167

    I suggest getting a look at our Logos & Badges block which is intended for logos. It can resize images so you can get the look you need. It may be more aesthetically pleasing than a lower height Carousel block.

    Best regards,

    Anthony

    Thread Starter Laurent J.V. Dubois

    (@ljvd)

    Hi @paranoia1906,

    Thanks for this fast commit ??
    Can’t wait to see all the improvements listed in github
    Great work indeed!

    Cheers,
    Laurent

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Carousel Block – 200px Height limitation’ is closed to new replies.