Ticket #1120 (closed feature: wontfix)
Lightbox support
| Reported by: | zach | Owned by: | jeroen |
|---|---|---|---|
| Priority: | Normal | Milestone: | Backlog |
| Component: | general | Keywords: | |
| Cc: | Forum thread: |
Description (last modified by jeroen) (diff)
It'd be cool to add lightbox like support to the player, the way e.g. the "zoomable thumbnails" from Sublime do:
A few ways to do this may be:
- Have the plugin create a very small player and dump a thumb on top of it. When clicking, the original dimensions are re-set and some JS magic is used to absolute-position the player and add the grey sheet.
- Having a way in the API to block the player rendering. Next, when the thumbnail is clicked, the plugin resumes the rendering.
Change History
comment:2 Changed 2 years ago by jeroen
Another plugin that'd need more or less similar features is one that does lights off. The plugin needs to do the following:
- Wrap the player DIV in another relative positioned div.
- Make the player DIV absolute positioned.
- Drop a DIV in the <body> that will act as the semitransparent backdrop.
So, like the lightbox plugin, this one is actually doing stuff around the player instead of inside it.
I'm also not convinced a jwplayer().render() option is needed. We are looking at a new class of plugins that was not available within actionscript though; we should keep an eye on how to support them best.
Note: See
TracTickets for help on using
tickets.

I'm not sure this is the best way to handle this. I think writing a JS plugin / updating JW Box / providing code samples is better, as this isn't trivial.
Questions we'd have to answer: