Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/
.DS_Store
16 changes: 11 additions & 5 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# prettyPhoto

FORKED BY AMPACHE 2023-06-02 (https://github.com/lachlan-00/prettyphoto)
USING LAST UPDATED GIT VERSION (https://github.com/scaron/prettyphoto)

## Version

prettyPhoto v3.1.6
© Copyright, Stephane Caron
http://www.no-margin-for-errors.com


============================= Released under =============================
## Released under

Creative Commons 2.5
http://creativecommons.org/licenses/by/2.5/
Expand All @@ -16,11 +22,11 @@ http://www.gnu.org/licenses/gpl-2.0.html
You are free to use prettyPhoto in commercial projects as long as the
copyright header is left intact.

============================ More information ============================
http://www.no-margin-for-errors.com/projects/prettyPhoto/
## More information

http://www.no-margin-for-errors.com/projects/prettyPhoto/

============================== Description ===============================
## Description

prettyPhoto is a jQuery based lightbox clone. Not only does it support images,
it also add support for videos, flash, YouTube, iFrame. It's a full blown
Expand Down
1,515 changes: 998 additions & 517 deletions css/prettyPhoto.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/prettyPhoto.min.css

Large diffs are not rendered by default.

1,915 changes: 1,008 additions & 907 deletions js/jquery.prettyPhoto.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/jquery.prettyPhoto.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "prettyphoto",
"version": "3.1.6"
}