Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem displaying long captions #19

Open
austona opened this issue Jun 16, 2020 · 3 comments
Open

Problem displaying long captions #19

austona opened this issue Jun 16, 2020 · 3 comments

Comments

@austona
Copy link

austona commented Jun 16, 2020

Most of the captions I use are longer, as they describe the image. Currently, the captions are just cut off. Is there a way to display longer captions?

@vikkic23
Copy link

I just had this issue too. I'm sure you've already solved it by now but in case anyone else needs it, I changed the white space to get the text to wrap.

.slbCaption {
white-space: normal;
}

@austona
Copy link
Author

austona commented Oct 2, 2020

Hey vikkic23,

thank you for your help. Unfortunately, this doesn't really solve my problem, because when I apply white-space: normal; the caption covers the image.

@rexwebmedia
Copy link

also try to reduce font size.

.slbCaption {
    font-size: 1rem;
    white-space: normal;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants