You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ The goal of this script from it's beginnings till today is to to provide a bette
36
36
- Should the dev be able to choose the position of the caption, close button, and nav controls?
37
37
- Optimize layout for mobile.
38
38
- Optimize layout for screens of varying densities.
39
+
- Should the close button still live in the bottom right corner?
39
40
40
41
**Animations**
41
42
- Evaluate start, end, and transition animations.
@@ -48,6 +49,7 @@ The goal of this script from it's beginnings till today is to to provide a bette
48
49
- Review if and how images should be preloaded
49
50
50
51
**Accessibility**
52
+
- Should opening lightbox update the url? and should this url be parsed on page load to show Lightbox automatically?
51
53
- Review alt attributes.
52
54
- Review ARIA roles.
53
55
- Review constrast ratios.
@@ -67,7 +69,7 @@ The goal of this script from it's beginnings till today is to to provide a bette
67
69
68
70
## Changelog
69
71
70
-
### v2.9.0 - WIP
72
+
### v2.9.0 - 2016-10-30
71
73
72
74
-[Fix] Allow loading of lightbox.js anywhere on page. Prev requirement was at the end of the body tag. https://github.com/lokesh/lightbox2/commit/7047214f77cfc8f892e8513426b57d45bf29e9cd
0 commit comments