Options

Slideshow Captions

anseliteanselite Registered Users Posts: 2 Beginner grinner
edited January 16, 2015 in SmugMug Support
The slideshow I created displays only the first line of captions ... and, to make matters worse, text is all lower case. Does anyone know whether it is possible to display all of the caption text displayed with individual photos in slideshow?

Comments

  • Options
    moirainemoiraine Registered Users Posts: 123 Major grins
    edited January 16, 2015
    .sm-slideshow-image .sm-tile-info .sm-tile-caption {
        height: auto;
        max-height: 80px;
        overflow: auto;
        text-overflow: unset;
        white-space: inherit;
    
    
    }
    

    You can use a css block such as this on the page you are trying to display your slideshow. If you need more help with how to do that or how to customize to your specific case, let me know =) I'm sure others here can help with that as well

    You can adjust the max-height to reflect how tall you want the text to be able to grow over your image. Unfortunately though, I can't tell what's making everything lowercase.
Sign In or Register to comment.