Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi, that’s my bad actually, in the caption example I had it setup with 20px of padding and a 100% width. Padding gets added to the width, so you end up with more than 100% of the slideshow width.

    I have updated the example on adding slideshow captions so that the math adds up correctly:

    .meteor-slides p {
        background: rgba(0,0,0,0.2);
        bottom: 0;
        color: #000;
        left: 0;
        line-height: 20px;
        margin: 0;
        padding: 2%;
        position: absolute;
        text-align: center;
        width: 96%;
    }
    Thread Starter illumn8r

    (@illumn8r)

    Awesome, works perfectly thanks! πŸ™‚

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Caption box too long’ is closed to new replies.