// data sources 02 html: false, 03 photo: false, 04 iframe: false, 05 inline: false, 06 07 // behavior and appearance 08 transition: "elastic", 09 speed: 300, 10 fadeOut: 300, 11 width: false, 12 initialWidth: "600", 13 innerWidth: false, 14 maxWidth: false, 15 height: false, 16 initialHeight: "450", 17 innerHeight: false, 18 maxHeight: false, 19 scalePhotos: true, 20 scrolling: true, 21 opacity: 0.9, 22 preloading: true, 23 className: false, 24 overlayClose: true, 25 escKey: true, 26 arrowKey: true, 27 top: false, 28 bottom: false, 29 left: false, 30 right: false, 31 fixed: false, 32 data: undefined, 33 closeButton: true, 34 fastIframe: true, 35 open: false, 36 reposition: true, 37 loop: true, 38 slideshow: false, 39 slideshowAuto: true, 40 slideshowSpeed: 2500, 41 slideshowStart: "start slideshow", 42 slideshowStop: "stop slideshow", 43 photoRegex: /\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i, 44 45 // alternate image paths for high-res displays 46 retinaImage: false, 47 retinaUrl: false, 48 retinaSuffix: '@2x.$1', 49 50 // internationalization 51 current: "image {current} of {total}", 52 previous: "previous", 53 next: "next", 54 close: "close", 55 xhrError: "This content failed to load.", 56 imgError: "This image failed to load.", 57 58 // accessbility 59 returnFocus: true, 60 trapFocus: true, 61 62 // callbacks 63 onOpen: false, 64 onLoad: false, 65 onComplete: false, 66 onCleanup: false, 67 onClosed: false,