View the full revision history and usage of jQuery Flyout and fork it @github!
Adds features to allow alternate screen sizing supports single vs. double click on images for different Flyout sizings
useNative
flag if set to true uses window.innerHeight
and innerWidth
to utilize full viewport dimensions on alternate image screen sizing methods.displayType
setting allows target image to expand to full
size, fit
to max height or width of viewport or fill
enlarge image to entire height or width of viewport, which ever is greater.load
jQuery method to on("load")
for modern jQuery compatibility. Now requires jQuery 1.7 or later.
Download jquery.flyout 1.3 release archive
Check out the examples for implementation ideas.
If you find a bug, have a feature idea or better yet, a pull request, please submit an issue and let me know what you've found.
This release sees some major changes to the structure, including full closure for compatibility with other Javascript libraries, JSLint cleanup to core code and removal of the Opera hack from version 1.0
inOpacity
, outOpacity
and loaderOpacity
allows animation of opacity during in/out operation and for the pre-loader element. See the new examples.fullSizeImage
boolean option expands the target image to its original size. Default for this option is false
. See the new examples.line-height:0px
to flyout containerputAway
function to put back to correct location in case
thumb has moved by page or container element scroll.putAwayStart
, putAwayFinish
, flyOutStart
and flyOutFinish
.
destElement
and destPadding
to support final flyout destination element; define a fixed container anywhere in the document and the pic will
fly to that location, regardless of viewport position.