0

I believed jQuery had it, but now I see the lightbox of jQuery isn't the actual cool one.

I'm talking about this light box in particular: http://tapbots.com/software/convertbot/ (click on the play video button, and the lightbox appears).

They seem to use exactly the one I'm searching, but have modified some of the graphics. The original one has a black rounded button on the upper left with a fat white X inside. Googling for lightbox brings up lots of stuff from photography to weird and ugly lightboxes with CSS only. I want

Proud Member
  • 40,078
  • 47
  • 146
  • 231
  • Well, in my point of view, any modalbox script might do the trick, you just have to modify the CSS and maybe a bit of JS but no big deal. You just have to make an _effort_ ¬_¬ – Shikiryu Oct 16 '10 at 10:26
  • Yeah, well, there are many ways to waste your time. This is one of them. Why not use the correct script in the first place? Tweaking another one to look like the one that exists is not that efficient... – Proud Member Oct 16 '10 at 12:18

3 Answers3

3

The site you linked is using MooTools and the FancyZoom plugin, so if you're on jQuery you'll have to go with a close equivalent.


I think you're talking about FancyBox by the description, but I'm not 100% clear.

Not a centered one, but SimpleModal also has an OS X look and feel, check it out here.

Nick Craver
  • 623,446
  • 136
  • 1,297
  • 1,155
  • Almost...FancyBox looks pretty similar, but it doesn't zoom out from the image and back into it. It just appears and hits the eye with an hard punch. The cool one was zooming from the image that was clicked up to the max size, and then back to that image. Damn cool effect... I think FancyZoom does the trick! :) although it seems to not make the background black... Not sure if that's the original one. But looks good! thanks! – Proud Member Oct 16 '10 at 12:22
2

fancybox?

Shay Erlichmen
  • 31,691
  • 7
  • 68
  • 87
1

try this : http://flowplayer.org/tools/demos/overlay/styling.html

jknair
  • 4,709
  • 1
  • 17
  • 20