jquery.fullscreen.js
jquery.fullscreen.js copied to clipboard
position-fixed container ( instead of absolute )
This fixes the issue #3 "Scrolling while viewing gallery (for browsers with no fullscreen support)"
On long pages, the container being loaded at the top of the page was not visible anymore. With fixed positioning the container is always viewable.