scaron / prettyphoto

prettyPhoto is a jQuery based lightbox clone. Not only does it support images, it also add support for videos, flash, YouTube, iFrames. It’s a full blown media lightbox. The setup is easy and quick, plus the script is compatible in every major browser.
http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/
553 stars 281 forks source link

added a top offset for the box from the top of the screen #133

Open cultofmetatron opened 10 years ago

cultofmetatron commented 10 years ago

basicly, this adds a fixed offset from the top that you can have the lighbox go from the top.

defaults to 0

simply add

topOffset: 50 to be 50 pixels down from where it would otherwise be

cheers!

PatrickJS commented 10 years ago

:+1: