Skip to content
New issue

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

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

Already on GitHub? # to your account

Image title truncated. #109

Closed
SerenaButler opened this issue Mar 3, 2019 · 2 comments
Closed

Image title truncated. #109

SerenaButler opened this issue Mar 3, 2019 · 2 comments
Milestone

Comments

@SerenaButler
Copy link
Contributor

Is there any reason for:

.content .album .overlay h1, .content .photo .overlay h1 {
overflow: hidden;
}

truncating the image title?

image

@kamil4
Copy link
Contributor

kamil4 commented Mar 4, 2019

This is inherited from the square layout which, internally, is Lychee's default (even if it's not exposed to the user as such). Anyway, I think I can fix it in CSS...

@SerenaButler
Copy link
Contributor Author

div.justified-layout div.photo div.overlay h1 {
overflow: visible;
}

@ildyria ildyria added this to the v4.0.0 milestone Mar 4, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants