When you have a long title that wraps to two or more lines it gets hidden behind the image (see attached screenshot).
Can we make it so that the title moves up so that all of it is visible?

CommentFileSizeAuthor
shadowbox-title-hidden.jpg23.51 KBAnonymous (not verified)

Comments

psynaptic’s picture

Status: Active » Postponed

I have noticed this myself but I think it's a bug with Shadowbox itself. Maybe you could post to the official forum for Shadowbox:

http://www.shadowbox-js.com/forum.html

Anonymous’s picture

Hmm, seems to be a common problem with no know solution: http://n2.nabble.com/Title-height-best-way-to-add-multiline-captions-tp1...
Thanks anyway.

psynaptic’s picture

Status: Postponed » Needs review

How about this?

#sb-title,
#sb-title-inner {
  height:auto !important;
}
psynaptic’s picture

Status: Needs review » Needs work

Ahh, it causes weird animation issues when the image changes in a gallery/slideshow.

manfer’s picture

Status: Needs work » Closed (won't fix)

This does not happen in actual shadowbox javascript library 3.0.3. If the title is too large only the part of the title that fits in one line over the image is shown.