Hello/Hi/Greetings,
I'm using the Bootstrap Darkroom theme on my Piwigo installation, and while it's a good theme overall, I don't like that it does not display a longer image title fully onscreen. If the title is longer than around 28 characters, it cuts it off and adds an ellipsis. Here's an example:
https://imgur.com/utK9Svk
I want the full image title to display onscreen, no matter how long it is. If this can be made a setting in a future update to Bootstrap Darkroom, that would be awesome, but I am also not above tweaking the theme a bit myself in order to make this display if I knew where this point was. Anyone know where to go in this massive theme in order to fix this little feature myself?
Piwigo URL: https://www.benschumin.com/
Offline
Hi,
You may try:
.nav-breadcrumb > .nav-breadcrumb-item { overflow: initial; }
Offline
That took care of it! Thanks.
Offline
You're welcome.
Another choice is to not display the image title in the breadcrumb, like discussed on the french forum.
In this case, the title may take place above the description.
Offline