Anybody else get this behavior for videos? The '<' and '>' buttons for next/previous videos (when in a Lightbox group) overlap the caption.

This is the code I changed to put the caption beneath the '<' and '>' buttons in lightbox.css:

#framePrevLink, #frameNextLink {
  width: 45px;
  height: 45px;
  display: block;
  margin-top: 50px;
  margin-bottom: -60px;
  position: relative;
}
CommentFileSizeAuthor
#3 beforechange.jpg19.21 KBncy
#2 beforechange.jpg19.24 KBncy
#2 afterchange.jpg19.67 KBncy

Comments

stella’s picture

Status: Active » Postponed (maintainer needs more info)

Can you provide more details, maybe a screenshot? What width and height are you using for the video window? What browsers and platforms does it happen on?

Cheers,
Stella

ncy’s picture

StatusFileSize
new19.67 KB
new19.24 KB

sure thing, stella. videos are sized 480x420 (as in screenshots). i'm running Firefox 3.0.5 on Fedora 10.

attached are before and after screenshots (before and after changing to the code above).

ncy’s picture

StatusFileSize
new19.21 KB

errhh, sorry, re-uploading the before screenshot ..... somehow i did 2 of the after shot

stella’s picture

Status: Postponed (maintainer needs more info) » Active
stella’s picture

Status: Active » Fixed

Fixed, though I implemented a different solution to reduce the amount of white space.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.