├── src ├── i │ ├── sprite.sketch │ │ ├── fonts │ │ ├── version │ │ ├── Data │ │ └── QuickLook │ │ │ ├── Preview.png │ │ │ └── Thumbnail.png │ ├── fotorama.png │ └── fotorama@2x.png ├── js │ ├── cache.js │ ├── measures.js │ ├── _.js │ ├── intro.js │ ├── outro.js │ ├── auto-initialization.js │ ├── skip.js │ ├── instances.js │ ├── fn-fotorama.js │ ├── wheel.js │ ├── fullscreen.js │ └── bez.js ├── templates │ ├── style.jst │ └── video.jst ├── scss │ ├── _mixins.scss │ └── _shadows.scss └── example │ └── example.html ├── test ├── i │ ├── fit │ │ ├── Frog.jpg │ │ ├── frog.png │ │ ├── Elephant.jpg │ │ ├── elephant.png │ │ └── index.html │ ├── macro2 │ │ ├── 1.jpg │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── 13.jpg │ │ ├── 14.jpg │ │ ├── 15.jpg │ │ ├── 16.jpg │ │ ├── 17.jpg │ │ ├── 18.jpg │ │ ├── 19.jpg │ │ ├── 2.jpg │ │ ├── 20.jpg │ │ ├── 21.jpg │ │ ├── 22.jpg │ │ ├── 23.jpg │ │ ├── 24.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ ├── 8.jpg │ │ ├── 9.jpg │ │ ├── 1-lo.jpg │ │ ├── 2-lo.jpg │ │ ├── 4-lo.jpg │ │ ├── 5-lo.jpg │ │ ├── 6-lo.jpg │ │ ├── 7-lo.jpg │ │ ├── 8-lo.jpg │ │ ├── 9-lo.jpg │ │ ├── 1-thumb.jpg │ │ ├── 10-lo.jpg │ │ ├── 11-lo.jpg │ │ ├── 12-lo.jpg │ │ ├── 13-lo.jpg │ │ ├── 14-lo.jpg │ │ ├── 15-lo.jpg │ │ ├── 16-lo.jpg │ │ ├── 17-lo.jpg │ │ ├── 18-lo.jpg │ │ ├── 19-lo.jpg │ │ ├── 2-thumb.jpg │ │ ├── 20-lo.jpg │ │ ├── 21-lo.jpg │ │ ├── 22-lo.jpg │ │ ├── 23-lo.jpg │ │ ├── 24-lo.jpg │ │ ├── 4-thumb.jpg │ │ ├── 5-thumb.jpg │ │ ├── 6-thumb.jpg │ │ ├── 7-thumb.jpg │ │ ├── 8-thumb.jpg │ │ ├── 9-thumb.jpg │ │ ├── 10-thumb.jpg │ │ ├── 11-thumb.jpg │ │ ├── 12-thumb.jpg │ │ ├── 13-thumb.jpg │ │ ├── 14-thumb.jpg │ │ ├── 15-thumb.jpg │ │ ├── 16-thumb.jpg │ │ ├── 17-thumb.jpg │ │ ├── 18-thumb.jpg │ │ ├── 19-thumb.jpg │ │ ├── 20-thumb.jpg │ │ ├── 21-thumb.jpg │ │ ├── 22-thumb.jpg │ │ ├── 23-thumb.jpg │ │ └── 24-thumb.jpg │ ├── nyc │ │ ├── KIOSK.jpg │ │ ├── dudes.jpg │ │ ├── eyes.jpg │ │ ├── flipoff.jpg │ │ ├── smoking.jpg │ │ ├── acapella.jpg │ │ ├── crazyjohn.jpg │ │ ├── freakout.jpg │ │ ├── guy-in-car.jpg │ │ ├── italianguy.jpg │ │ ├── lift-dude.jpg │ │ ├── streetlook.jpg │ │ ├── explanation.jpg │ │ ├── facing-wind.jpg │ │ ├── guy-in-park.jpg │ │ ├── thumbs │ │ │ ├── KIOSK.jpg │ │ │ ├── dudes.jpg │ │ │ ├── eyes.jpg │ │ │ ├── acapella.jpg │ │ │ ├── flipoff.jpg │ │ │ ├── freakout.jpg │ │ │ ├── smoking.jpg │ │ │ ├── crazyjohn.jpg │ │ │ ├── guy-in-car.jpg │ │ │ ├── italianguy.jpg │ │ │ ├── lift-dude.jpg │ │ │ ├── streetlook.jpg │ │ │ ├── explanation.jpg │ │ │ ├── facing-wind.jpg │ │ │ ├── guy-in-park.jpg │ │ │ ├── ladies-riding.jpg │ │ │ ├── two-umbrellas.jpg │ │ │ ├── woman-reading.jpg │ │ │ ├── dudeintheground.jpg │ │ │ ├── severedhead-lo.jpg │ │ │ ├── father-son-looking.jpg │ │ │ ├── homeless-sleeping.jpg │ │ │ └── index.html │ │ ├── dudeintheground.jpg │ │ ├── ladies-riding.jpg │ │ ├── severedhead-lo.jpg │ │ ├── two-umbrellas.jpg │ │ ├── woman-reading.jpg │ │ ├── homeless-sleeping.jpg │ │ ├── father-son-looking.jpg │ │ └── index.html │ ├── me │ │ ├── portrait.jpg │ │ ├── portrait.png │ │ └── index.html │ ├── okonechnikov │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ ├── 8.jpg │ │ ├── 9.jpg │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── 13.jpg │ │ ├── 14.jpg │ │ ├── 15.jpg │ │ ├── 16.jpg │ │ ├── 17.jpg │ │ ├── 18.jpg │ │ ├── 19.jpg │ │ ├── 20.jpg │ │ ├── 21.jpg │ │ ├── 22.jpg │ │ ├── 23.jpg │ │ ├── 24.jpg │ │ ├── 25.jpg │ │ ├── 26.jpg │ │ ├── 27.jpg │ │ ├── 28.jpg │ │ ├── 29.jpg │ │ ├── 30.jpg │ │ ├── 1-lo.jpg │ │ ├── 10-lo.jpg │ │ ├── 11-lo.jpg │ │ ├── 12-lo.jpg │ │ ├── 13-lo.jpg │ │ ├── 14-lo.jpg │ │ ├── 15-lo.jpg │ │ ├── 16-lo.jpg │ │ ├── 17-lo.jpg │ │ ├── 18-lo.jpg │ │ ├── 19-lo.jpg │ │ ├── 2-lo.jpg │ │ ├── 20-lo.jpg │ │ ├── 21-lo.jpg │ │ ├── 22-lo.jpg │ │ ├── 23-lo.jpg │ │ ├── 24-lo.jpg │ │ ├── 25-lo.jpg │ │ ├── 26-lo.jpg │ │ ├── 27-lo.jpg │ │ ├── 28-lo.jpg │ │ ├── 29-lo.jpg │ │ ├── 3-lo.jpg │ │ ├── 30-lo.jpg │ │ ├── 4-lo.jpg │ │ ├── 5-lo.jpg │ │ ├── 6-lo.jpg │ │ ├── 7-lo.jpg │ │ ├── 8-lo.jpg │ │ ├── 9-lo.jpg │ │ ├── 1-thumb.jpg │ │ ├── 10-thumb.jpg │ │ ├── 11-thumb.jpg │ │ ├── 12-thumb.jpg │ │ ├── 13-thumb.jpg │ │ ├── 14-thumb.jpg │ │ ├── 15-thumb.jpg │ │ ├── 16-thumb.jpg │ │ ├── 17-thumb.jpg │ │ ├── 18-thumb.jpg │ │ ├── 19-thumb.jpg │ │ ├── 2-thumb.jpg │ │ ├── 20-thumb.jpg │ │ ├── 21-thumb.jpg │ │ ├── 22-thumb.jpg │ │ ├── 23-thumb.jpg │ │ ├── 24-thumb.jpg │ │ ├── 25-thumb.jpg │ │ ├── 26-thumb.jpg │ │ ├── 27-thumb.jpg │ │ ├── 28-thumb.jpg │ │ ├── 29-thumb.jpg │ │ ├── 3-thumb.jpg │ │ ├── 30-thumb.jpg │ │ ├── 4-thumb.jpg │ │ ├── 5-thumb.jpg │ │ ├── 6-thumb.jpg │ │ ├── 7-thumb.jpg │ │ ├── 8-thumb.jpg │ │ └── 9-thumb.jpg │ ├── orion-art │ │ ├── 5-a.jpg │ │ ├── 5-b.jpg │ │ ├── 5-c.jpg │ │ └── index.html │ ├── getwear │ │ ├── IMG_5017.jpg │ │ ├── IMG_5020.jpg │ │ ├── IMG_5021.jpg │ │ └── index.html │ ├── dailymotion │ │ ├── xu4jqv.jpg │ │ ├── xxgmlg.jpg │ │ └── index.html │ ├── flowplayer │ │ ├── playful.jpg │ │ ├── functional.jpg │ │ ├── minimalist.jpg │ │ └── index.html │ ├── mousefish │ │ ├── fish_01.jpg │ │ ├── fish_02.jpg │ │ ├── fish_03.jpg │ │ ├── mouse_01.jpg │ │ ├── mouse_02.jpg │ │ ├── mouse_03.jpg │ │ ├── parrot_01.jpg │ │ ├── parrot_02.jpg │ │ ├── parrot_03.jpg │ │ ├── worm_01.jpg │ │ ├── worm_02.jpg │ │ ├── worm_03.jpg │ │ ├── octopus_01.jpg │ │ ├── octopus_02.jpg │ │ ├── octopus_03.jpg │ │ └── index.html │ └── index.html ├── #119 │ ├── fotorama.png │ ├── fotorama@2x.png │ ├── index.html │ ├── app.js │ └── example.html ├── flowplayer │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── index.html │ ├── 1.html │ ├── 3.html │ └── 2.html ├── specs │ ├── _helpers.js │ ├── nav.js │ ├── no-css-no-throw.js │ ├── dimensions.js │ ├── jquery-1.6.4.js │ ├── video.js │ ├── initialization.js │ ├── index.html │ ├── shuffle.js │ ├── set-options.js │ └── basic.js ├── experiments │ ├── right.js │ ├── select.html │ ├── index.html │ └── animation-chain.html ├── master │ └── index.html ├── assets │ └── index.html ├── index.sh ├── speed │ ├── index.html │ ├── speed-helpers.js │ ├── hide-addClass-detach.html │ └── data.html ├── utils.html ├── link-to-fotorama-page.html ├── sites │ └── index.html ├── jquery │ └── index.html ├── no-css.html ├── basic.html ├── basic--no-js.html ├── video--force-youtube-hd.html ├── html-shwr.html ├── auto-size.html ├── base--312.html ├── initialization.html ├── load-data.html ├── loop--1.html ├── loop.html ├── json.html ├── loop--2.html ├── no-jquery.html ├── responsive.html ├── hidden-before-ready.html ├── base--small.html ├── video-flowplayer.html ├── transition-duration.html ├── video-custom.html ├── start-index.html ├── dissolve--html.html ├── base--no-click.html ├── autoplay--loop.html ├── initialization--2.html ├── base.html ├── base--dimensions.html ├── base--show.html ├── tap-event.html ├── auto-false.html ├── fit--501.html ├── squares.html ├── jquery-1.6.4.html ├── iframes.html ├── __base.html ├── dissolve--plain.html ├── html.html ├── hash--23.html ├── full-window.html ├── issue--144.html ├── meteor.html ├── mousefish.html ├── rtl.html ├── constrained.html ├── html-selectable.html ├── startindex.html ├── fullscreen-native.html ├── html-with-images.html ├── base--iframe.html ├── html-with-thumbs.html ├── ul.html ├── issue--14.html ├── fullscreen-big.html ├── glimpse.html ├── iframe.html ├── base--1.html ├── datalabaratory.html ├── issue--26.html ├── html-with-links.html ├── crossfade.html ├── autoplay.html ├── dissolve.html ├── transition.html ├── full-window-n-nav.html ├── clicktransition.html └── hash.html ├── .gitignore ├── fotorama.jquery.json ├── package.json ├── MIT-LICENSE ├── README.md └── index.html /src/i/sprite.sketch/fonts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/i/sprite.sketch/version: -------------------------------------------------------------------------------- 1 | 14 -------------------------------------------------------------------------------- /src/js/cache.js: -------------------------------------------------------------------------------- 1 | $.Fotorama.cache = {}; -------------------------------------------------------------------------------- /src/js/measures.js: -------------------------------------------------------------------------------- 1 | $.Fotorama.measures = {}; -------------------------------------------------------------------------------- /src/js/_.js: -------------------------------------------------------------------------------- 1 | // My Underscore :-) 2 | var _ = {}; -------------------------------------------------------------------------------- /src/js/intro.js: -------------------------------------------------------------------------------- 1 | (function (window, document, location, $, undefined) { 2 | "use strict"; -------------------------------------------------------------------------------- /src/js/outro.js: -------------------------------------------------------------------------------- 1 | })(window, document, location, typeof jQuery !== 'undefined' && jQuery); 2 | -------------------------------------------------------------------------------- /src/i/fotorama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/src/i/fotorama.png -------------------------------------------------------------------------------- /test/i/fit/Frog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/fit/Frog.jpg -------------------------------------------------------------------------------- /test/i/fit/frog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/fit/frog.png -------------------------------------------------------------------------------- /test/i/macro2/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/1.jpg -------------------------------------------------------------------------------- /test/i/macro2/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/10.jpg -------------------------------------------------------------------------------- /test/i/macro2/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/11.jpg -------------------------------------------------------------------------------- /test/i/macro2/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/12.jpg -------------------------------------------------------------------------------- /test/i/macro2/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/13.jpg -------------------------------------------------------------------------------- /test/i/macro2/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/14.jpg -------------------------------------------------------------------------------- /test/i/macro2/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/15.jpg -------------------------------------------------------------------------------- /test/i/macro2/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/16.jpg -------------------------------------------------------------------------------- /test/i/macro2/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/17.jpg -------------------------------------------------------------------------------- /test/i/macro2/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/18.jpg -------------------------------------------------------------------------------- /test/i/macro2/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/19.jpg -------------------------------------------------------------------------------- /test/i/macro2/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/2.jpg -------------------------------------------------------------------------------- /test/i/macro2/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/20.jpg -------------------------------------------------------------------------------- /test/i/macro2/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/21.jpg -------------------------------------------------------------------------------- /test/i/macro2/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/22.jpg -------------------------------------------------------------------------------- /test/i/macro2/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/23.jpg -------------------------------------------------------------------------------- /test/i/macro2/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/24.jpg -------------------------------------------------------------------------------- /test/i/macro2/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/4.jpg -------------------------------------------------------------------------------- /test/i/macro2/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/5.jpg -------------------------------------------------------------------------------- /test/i/macro2/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/6.jpg -------------------------------------------------------------------------------- /test/i/macro2/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/7.jpg -------------------------------------------------------------------------------- /test/i/macro2/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/8.jpg -------------------------------------------------------------------------------- /test/i/macro2/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/9.jpg -------------------------------------------------------------------------------- /test/i/nyc/KIOSK.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/KIOSK.jpg -------------------------------------------------------------------------------- /test/i/nyc/dudes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/dudes.jpg -------------------------------------------------------------------------------- /test/i/nyc/eyes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/eyes.jpg -------------------------------------------------------------------------------- /src/i/fotorama@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/src/i/fotorama@2x.png -------------------------------------------------------------------------------- /test/#119/fotorama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/#119/fotorama.png -------------------------------------------------------------------------------- /test/flowplayer/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/flowplayer/1.jpg -------------------------------------------------------------------------------- /test/flowplayer/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/flowplayer/2.jpg -------------------------------------------------------------------------------- /test/flowplayer/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/flowplayer/3.jpg -------------------------------------------------------------------------------- /test/i/macro2/1-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/1-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/2-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/2-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/4-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/4-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/5-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/5-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/6-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/6-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/7-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/7-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/8-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/8-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/9-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/9-lo.jpg -------------------------------------------------------------------------------- /test/i/me/portrait.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/me/portrait.jpg -------------------------------------------------------------------------------- /test/i/me/portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/me/portrait.png -------------------------------------------------------------------------------- /test/i/nyc/flipoff.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/flipoff.jpg -------------------------------------------------------------------------------- /test/i/nyc/smoking.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/smoking.jpg -------------------------------------------------------------------------------- /src/i/sprite.sketch/Data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/src/i/sprite.sketch/Data -------------------------------------------------------------------------------- /test/#119/fotorama@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/#119/fotorama@2x.png -------------------------------------------------------------------------------- /test/i/fit/Elephant.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/fit/Elephant.jpg -------------------------------------------------------------------------------- /test/i/fit/elephant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/fit/elephant.png -------------------------------------------------------------------------------- /test/i/macro2/1-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/1-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/10-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/10-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/11-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/11-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/12-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/12-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/13-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/13-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/14-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/14-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/15-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/15-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/16-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/16-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/17-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/17-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/18-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/18-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/19-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/19-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/2-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/2-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/20-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/20-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/21-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/21-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/22-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/22-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/23-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/23-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/24-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/24-lo.jpg -------------------------------------------------------------------------------- /test/i/macro2/4-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/4-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/5-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/5-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/6-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/6-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/7-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/7-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/8-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/8-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/9-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/9-thumb.jpg -------------------------------------------------------------------------------- /test/i/nyc/acapella.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/acapella.jpg -------------------------------------------------------------------------------- /test/i/nyc/crazyjohn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/crazyjohn.jpg -------------------------------------------------------------------------------- /test/i/nyc/freakout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/freakout.jpg -------------------------------------------------------------------------------- /test/i/nyc/guy-in-car.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/guy-in-car.jpg -------------------------------------------------------------------------------- /test/i/nyc/italianguy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/italianguy.jpg -------------------------------------------------------------------------------- /test/i/nyc/lift-dude.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/lift-dude.jpg -------------------------------------------------------------------------------- /test/i/nyc/streetlook.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/streetlook.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/1.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/2.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/3.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/4.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/5.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/6.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/7.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/8.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/9.jpg -------------------------------------------------------------------------------- /test/i/orion-art/5-a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/orion-art/5-a.jpg -------------------------------------------------------------------------------- /test/i/orion-art/5-b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/orion-art/5-b.jpg -------------------------------------------------------------------------------- /test/i/orion-art/5-c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/orion-art/5-c.jpg -------------------------------------------------------------------------------- /test/i/getwear/IMG_5017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/getwear/IMG_5017.jpg -------------------------------------------------------------------------------- /test/i/getwear/IMG_5020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/getwear/IMG_5020.jpg -------------------------------------------------------------------------------- /test/i/getwear/IMG_5021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/getwear/IMG_5021.jpg -------------------------------------------------------------------------------- /test/i/macro2/10-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/10-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/11-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/11-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/12-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/12-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/13-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/13-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/14-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/14-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/15-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/15-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/16-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/16-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/17-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/17-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/18-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/18-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/19-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/19-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/20-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/20-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/21-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/21-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/22-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/22-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/23-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/23-thumb.jpg -------------------------------------------------------------------------------- /test/i/macro2/24-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/macro2/24-thumb.jpg -------------------------------------------------------------------------------- /test/i/nyc/explanation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/explanation.jpg -------------------------------------------------------------------------------- /test/i/nyc/facing-wind.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/facing-wind.jpg -------------------------------------------------------------------------------- /test/i/nyc/guy-in-park.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/guy-in-park.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/KIOSK.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/KIOSK.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/dudes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/dudes.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/eyes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/eyes.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/10.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/11.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/12.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/13.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/14.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/15.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/16.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/17.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/18.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/19.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/20.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/21.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/22.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/23.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/24.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/25.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/26.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/27.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/28.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/29.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/30.jpg -------------------------------------------------------------------------------- /test/i/dailymotion/xu4jqv.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/dailymotion/xu4jqv.jpg -------------------------------------------------------------------------------- /test/i/dailymotion/xxgmlg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/dailymotion/xxgmlg.jpg -------------------------------------------------------------------------------- /test/i/flowplayer/playful.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/flowplayer/playful.jpg -------------------------------------------------------------------------------- /test/i/mousefish/fish_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/mousefish/fish_01.jpg -------------------------------------------------------------------------------- /test/i/mousefish/fish_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/mousefish/fish_02.jpg -------------------------------------------------------------------------------- /test/i/mousefish/fish_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/mousefish/fish_03.jpg -------------------------------------------------------------------------------- /test/i/mousefish/mouse_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/mousefish/mouse_01.jpg -------------------------------------------------------------------------------- /test/i/mousefish/mouse_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/mousefish/mouse_02.jpg -------------------------------------------------------------------------------- /test/i/mousefish/mouse_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/mousefish/mouse_03.jpg -------------------------------------------------------------------------------- /test/i/mousefish/parrot_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/mousefish/parrot_01.jpg -------------------------------------------------------------------------------- /test/i/mousefish/parrot_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/mousefish/parrot_02.jpg -------------------------------------------------------------------------------- /test/i/mousefish/parrot_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/mousefish/parrot_03.jpg -------------------------------------------------------------------------------- /test/i/mousefish/worm_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/mousefish/worm_01.jpg -------------------------------------------------------------------------------- /test/i/mousefish/worm_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/mousefish/worm_02.jpg -------------------------------------------------------------------------------- /test/i/mousefish/worm_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/mousefish/worm_03.jpg -------------------------------------------------------------------------------- /test/i/nyc/dudeintheground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/dudeintheground.jpg -------------------------------------------------------------------------------- /test/i/nyc/ladies-riding.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/ladies-riding.jpg -------------------------------------------------------------------------------- /test/i/nyc/severedhead-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/severedhead-lo.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/acapella.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/acapella.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/flipoff.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/flipoff.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/freakout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/freakout.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/smoking.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/smoking.jpg -------------------------------------------------------------------------------- /test/i/nyc/two-umbrellas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/two-umbrellas.jpg -------------------------------------------------------------------------------- /test/i/nyc/woman-reading.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/woman-reading.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/1-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/1-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/10-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/10-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/11-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/11-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/12-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/12-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/13-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/13-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/14-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/14-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/15-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/15-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/16-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/16-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/17-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/17-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/18-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/18-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/19-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/19-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/2-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/2-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/20-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/20-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/21-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/21-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/22-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/22-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/23-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/23-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/24-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/24-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/25-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/25-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/26-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/26-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/27-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/27-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/28-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/28-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/29-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/29-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/3-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/3-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/30-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/30-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/4-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/4-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/5-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/5-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/6-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/6-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/7-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/7-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/8-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/8-lo.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/9-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/9-lo.jpg -------------------------------------------------------------------------------- /test/i/flowplayer/functional.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/flowplayer/functional.jpg -------------------------------------------------------------------------------- /test/i/flowplayer/minimalist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/flowplayer/minimalist.jpg -------------------------------------------------------------------------------- /test/i/mousefish/octopus_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/mousefish/octopus_01.jpg -------------------------------------------------------------------------------- /test/i/mousefish/octopus_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/mousefish/octopus_02.jpg -------------------------------------------------------------------------------- /test/i/mousefish/octopus_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/mousefish/octopus_03.jpg -------------------------------------------------------------------------------- /test/i/nyc/homeless-sleeping.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/homeless-sleeping.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/crazyjohn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/crazyjohn.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/guy-in-car.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/guy-in-car.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/italianguy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/italianguy.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/lift-dude.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/lift-dude.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/streetlook.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/streetlook.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/1-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/1-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/10-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/10-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/11-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/11-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/12-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/12-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/13-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/13-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/14-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/14-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/15-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/15-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/16-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/16-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/17-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/17-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/18-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/18-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/19-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/19-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/2-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/2-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/20-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/20-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/21-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/21-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/22-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/22-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/23-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/23-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/24-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/24-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/25-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/25-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/26-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/26-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/27-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/27-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/28-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/28-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/29-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/29-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/3-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/3-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/30-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/30-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/4-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/4-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/5-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/5-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/6-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/6-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/7-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/7-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/8-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/8-thumb.jpg -------------------------------------------------------------------------------- /test/i/okonechnikov/9-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/okonechnikov/9-thumb.jpg -------------------------------------------------------------------------------- /src/js/auto-initialization.js: -------------------------------------------------------------------------------- 1 | $(function () { 2 | $('.' + _fotoramaClass + ':not([data-auto="false"])').fotorama(); 3 | }); -------------------------------------------------------------------------------- /test/i/nyc/father-son-looking.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/father-son-looking.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/explanation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/explanation.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/facing-wind.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/facing-wind.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/guy-in-park.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/guy-in-park.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/ladies-riding.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/ladies-riding.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/two-umbrellas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/two-umbrellas.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/woman-reading.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/woman-reading.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/dudeintheground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/dudeintheground.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/severedhead-lo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/severedhead-lo.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/father-son-looking.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/father-son-looking.jpg -------------------------------------------------------------------------------- /test/i/nyc/thumbs/homeless-sleeping.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/test/i/nyc/thumbs/homeless-sleeping.jpg -------------------------------------------------------------------------------- /src/i/sprite.sketch/QuickLook/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/src/i/sprite.sketch/QuickLook/Preview.png -------------------------------------------------------------------------------- /src/i/sprite.sketch/QuickLook/Thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artpolikarpov/fotorama/HEAD/src/i/sprite.sketch/QuickLook/Thumbnail.png -------------------------------------------------------------------------------- /test/specs/_helpers.js: -------------------------------------------------------------------------------- 1 | function waitsFor (test, fn) { 2 | if (test()) { 3 | fn(); 4 | } else { 5 | setTimeout(function () { 6 | waitsFor(test, fn); 7 | }, 10); 8 | } 9 | } -------------------------------------------------------------------------------- /test/experiments/right.js: -------------------------------------------------------------------------------- 1 | function extendEvent (e) { 2 | var touch = e.touches; 3 | e._x = getNumber(e.pageX, touch && touch[0].pageX); 4 | e._y = getNumber(e.clientY, touch && touch[0].clientY); 5 | } -------------------------------------------------------------------------------- /test/master/index.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 | 5 |12 |17 | 18 | 19 | -------------------------------------------------------------------------------- /test/experiments/select.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |I am trying Fotorama and I am experiencing a problem. 13 | Sometimes, thumbnails and images do no load. It happens when I click a link to open a page, hit the browser back button and then click the same link to open the page again. 14 |
15 | — Cassius 16 |
18 |
19 |
' +
4 | '
' +
5 | '
' +
6 | '
' +
7 | '
' +
8 | 'Basic fotorama:
18 |
<div class="fotorama">
19 |
20 |
21 |
25 |
26 |
27 | Photos by Andrey Okonetchnikov
28 | 29 | -------------------------------------------------------------------------------- /test/specs/no-css-no-throw.js: -------------------------------------------------------------------------------- 1 | document.write( 2 | '
' +
4 | '
' +
5 | '
' +
6 | '
' +
7 | '
' +
8 | 'Basic fotorama:
18 |
<div class="fotorama">
19 |
20 |
21 |
23 |
24 |
25 |
26 |
27 | Photos by Andrey Okonetchnikov
31 | 32 | -------------------------------------------------------------------------------- /fotorama.jquery.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "fotorama", 3 | "version": "4.6.4", 4 | "title": "Fotorama", 5 | "description": "A simple, stunning, powerful jQuery gallery.", 6 | "filename": "fotorama.js", 7 | "keywords": [ 8 | "gallery", 9 | "ui", 10 | "responsive", 11 | "slider", 12 | "carousel", 13 | "slideshow", 14 | "photo", 15 | "image", 16 | "content", 17 | "video" 18 | ], 19 | "author": { 20 | "name": "Artem Polikarpov", 21 | "url": "https://github.com/artpolikarpov/" 22 | }, 23 | "licenses": [ 24 | { 25 | "type": "MIT", 26 | "url": "http://fotorama.io/license/" 27 | } 28 | ], 29 | "bugs": "https://github.com/artpolikarpov/fotorama/issues", 30 | "homepage": "http://fotorama.io/", 31 | "docs": "http://fotorama.io/set-up/", 32 | "download": "https://github.com/artpolikarpov/fotorama/releases/download/4.6.4/fotorama-4.6.4.zip", 33 | "dependencies": { 34 | "jquery": ">=1.8" 35 | } 36 | } -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Fotorama", 3 | "version": "4.6.4", 4 | "repository": { 5 | "type": "git", 6 | "url": "https://github.com/artpolikarpov/fotorama.git" 7 | }, 8 | "devDependencies": { 9 | "grunt": "~0.4.5", 10 | "grunt-contrib-cssmin": "~0.10.0", 11 | "grunt-contrib-uglify": "~0.5.0", 12 | "grunt-contrib-watch": "~0.6.1", 13 | "grunt-contrib-concat": "~0.4.0", 14 | "grunt-contrib-jst": "~0.6.0", 15 | "grunt-contrib-compress": "~0.9.1", 16 | "grunt-contrib-connect": "~0.8.0", 17 | "grunt-shell": "~0.7.0", 18 | "grunt-contrib-jasmine": "~0.6.5", 19 | "grunt-autoprefixer": "~0.7.6", 20 | "grunt-tweet": "~0.0.5", 21 | "grunt-gh-release": "~0.0.2", 22 | "grunt-replace": "~0.7.8", 23 | "grunt-contrib-copy": "~0.5.0", 24 | "grunt-contrib-sass": "~0.7.3", 25 | "grunt-contrib-clean": "~0.5.0", 26 | "grunt-s3": "^0.2.0-alpha.3" 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /test/flowplayer/1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
24 |
25 |
26 |
27 |
28 | Photos by Andrey Okonetchnikov
32 | 33 | -------------------------------------------------------------------------------- /src/js/fn-fotorama.js: -------------------------------------------------------------------------------- 1 | $.fn.fotorama = function (opts) { 2 | return this.each(function () { 3 | var that = this, 4 | $fotorama = $(this), 5 | fotoramaData = $fotorama.data(), 6 | fotorama = fotoramaData.fotorama; 7 | 8 | if (!fotorama) { 9 | waitFor(function () { 10 | return !isHidden(that); 11 | }, function () { 12 | fotoramaData.urtext = $fotorama.html(); 13 | new $.Fotorama($fotorama, 14 | /* Priority for options: 15 | * 1. 16 | * 2. $('div').fotorama({loop: false}) 17 | * 3. Defaults */ 18 | $.extend( 19 | {}, 20 | OPTIONS, 21 | window.fotoramaDefaults, 22 | opts, 23 | fotoramaData 24 | ) 25 | ); 26 | }); 27 | } else { 28 | fotorama.setOptions(opts, true); 29 | } 30 | }); 31 | }; -------------------------------------------------------------------------------- /test/basic--no-js.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Basic fotorama:
22 |
<div class="fotorama">
23 |
24 |
25 |
27 |
28 |
29 |
30 |
31 | Photos by Andrey Okonetchnikov
35 | 36 | -------------------------------------------------------------------------------- /test/video--force-youtube-hd.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
' +
4 | '
' +
5 | '
' +
6 | '
' +
7 | '
' +
8 | 'Photos by Andrey Okonetchnikov
39 | 40 | -------------------------------------------------------------------------------- /test/specs/video.js: -------------------------------------------------------------------------------- 1 | document.write( 2 | '' 9 | ); 10 | 11 | describe('Video', function () { 12 | var $fotorama, fotorama, data, $thumb; 13 | 14 | beforeEach(function () { 15 | $fotorama = $fotorama || $('#fotorama'); 16 | fotorama = fotorama || $fotorama.data('fotorama'); 17 | data = data || fotorama.data; 18 | $thumb = $thumb || $('.fotorama__nav__frame--thumb'); 19 | }); 20 | 21 | 22 | it('previews are fetched (works only if script able to connect to the Internet)', function (done) { 23 | $thumb.each(function () { 24 | var $this = $(this); 25 | waitsFor(function () { 26 | return $('.fotorama__img', $this)[0]; 27 | }, done); 28 | }); 29 | }); 30 | 31 | 32 | // more coming... 33 | }); -------------------------------------------------------------------------------- /MIT-LICENSE: -------------------------------------------------------------------------------- 1 | © 2011—2014, Artem Polikarpov 2 | http://fotorama.io/ 3 | 4 | Permission is hereby granted, free of charge, to any person obtaining a copy 5 | of this software and associated documentation files (the “Software”), to deal 6 | in the Software without restriction, including without limitation the rights 7 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8 | copies of the Software, and to permit persons to whom the Software is 9 | furnished to do so, subject to the following conditions: 10 | 11 | The above copyright notice and this permission notice shall be included in 12 | all copies or substantial portions of the Software. 13 | 14 | The software is provided “as is”, without warranty of any kind, express or 15 | implied, including but not limited to the warranties of merchantability, 16 | fitness for a particular purpose and noninfringement. In no event shall the 17 | authors or copyright holders be liable for any claim, damages or other 18 | liability, whether in an action of contract, tort or otherwise, arising from, 19 | out of or in connection with the software or the use or other dealings in 20 | the software. -------------------------------------------------------------------------------- /test/base--312.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Photos by Andrey Okonetchnikov
40 | 41 | -------------------------------------------------------------------------------- /test/initialization.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Basic fotorama:
30 |
<div class="fotorama">
31 |
32 |
33 |
36 |
37 |
38 | Photos by Andrey Okonetchnikov
39 | 40 | -------------------------------------------------------------------------------- /test/load-data.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
37 | Photos by Andrey Okonetchnikov
41 | 42 | -------------------------------------------------------------------------------- /test/#119/app.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | 4 | angular 5 | 6 | 7 | .module('app', []) 8 | 9 | 10 | .controller('AppController', function ($scope) { 11 | 12 | var model = $scope.model = { 13 | items: [ 14 | [ 15 | { img: '1-lo.jpg' }, 16 | { img: '2-lo.jpg' }, 17 | ], 18 | [ 19 | { img: '3-lo.jpg' }, 20 | { img: '4-lo.jpg' }, 21 | ] 22 | ], 23 | index: 0 24 | }; 25 | 26 | var controller = $scope.Controller = { 27 | change: function () { 28 | model.index = model.index ? 0 : 1; 29 | console.log('model', model); 30 | } 31 | }; 32 | 33 | }) 34 | 35 | 36 | .directive('ngFotorama', function () { 37 | return { 38 | link: function (scope, element, attributes) { 39 | element.fotorama(); 40 | 41 | scope.$watch(attributes.data, function (data) { 42 | var fotorama = element.data('fotorama'); 43 | fotorama.load(data); 44 | console.log('fotorama.data', fotorama.data); 45 | }); 46 | 47 | } 48 | }; 49 | }); 50 | -------------------------------------------------------------------------------- /test/speed/hide-addClass-detach.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Loop:
25 |
<div class="fotorama"
26 | data-loop="true">
27 |
28 |
29 | Photos by Andrey Okonetchnikov
43 | 44 | -------------------------------------------------------------------------------- /test/specs/initialization.js: -------------------------------------------------------------------------------- 1 | document.write( 2 | '' 9 | ); 10 | 11 | describe('Initialization', function () { 12 | var $fotorama, fotorama; 13 | 14 | beforeEach(function () { 15 | $fotorama = $fotorama || $('#fotorama'); 16 | }); 17 | 18 | it('not initialized because of data-auto="false"', function () { 19 | expect($fotorama.data('fotorama')).toBeUndefined(); 20 | }); 21 | 22 | it('initialized after .fotorama()', function () { 23 | $fotorama.fotorama({startindex: '9-lo'}); 24 | // will fail without `.fotorama { min-width: 1px; }` because of visibility 25 | expect($fotorama.data('fotorama')).toBeDefined(); 26 | }); 27 | 28 | it('startindex with id given works', function () { 29 | expect($fotorama.data('fotorama').activeIndex).toEqual(2); 30 | }); 31 | }); -------------------------------------------------------------------------------- /test/loop.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Loop:
25 |
<div class="fotorama"
26 | data-loop="true">
27 |
28 |
29 | Photos by Andrey Okonetchnikov
44 | 45 | -------------------------------------------------------------------------------- /test/json.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Photos by Andrey Okonetchnikov
42 | 43 | -------------------------------------------------------------------------------- /test/loop--2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Loop:
25 |
<div class="fotorama"
26 | data-loop="true">
27 |
28 |
29 | Photos by Andrey Okonetchnikov
44 | 45 | -------------------------------------------------------------------------------- /test/no-jquery.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Photos by Andrey Okonetchnikov
35 | 36 | -------------------------------------------------------------------------------- /test/responsive.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Responsive fotorama:
19 |
<div class="fotorama"
20 | data-width="100%"
21 | data-ratio="800/600">
22 |
23 | Resize the browser.
24 | 25 | 26 |Photos by Andrey Okonetchnikov
41 | 42 | -------------------------------------------------------------------------------- /test/hidden-before-ready.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
33 |
34 |
35 |
36 |
37 | Photos by Andrey Okonetchnikov
41 | 42 | -------------------------------------------------------------------------------- /test/base--small.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Photos by Andrey Okonetchnikov
42 | 43 | -------------------------------------------------------------------------------- /test/video-flowplayer.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Custom video:
19 |<div class="fotorama">
20 | <a href="video-iframe.html" data-video="true" data-img="preview.jpg">
21 | <img src="thumb.jpg">
22 | </a>
23 | </div>
24 |
25 |
26 | После двух нажатий кнопки "Change" пропадают навигационные точки.
31 | Еще наблюдается ряд багов, которые не отражены в демке, но связаны со сменой данных (fotorama.data) по средставм метода load()
Photos by Andrey Okonetchnikov
36 | 37 | -------------------------------------------------------------------------------- /test/transition-duration.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Photos by Andrey Okonetchnikov
42 | 43 | -------------------------------------------------------------------------------- /test/video-custom.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Custom video:
19 |<div class="fotorama">
20 | <a href="http://dailymotion.com/embed/video/xxgmlg?autoplay=1"
21 | data-video="true">
22 | <img src="preview.jpg">
23 | </a>
24 | </div>
25 |
26 |
27 | Photos by Andrey Okonetchnikov
43 | 44 | -------------------------------------------------------------------------------- /test/dissolve--html.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Dissolve:
25 |
<div class="fotorama"
26 | data-transition="dissolve">
27 |
28 |
29 |
39 |
40 |
41 | Photos by Andrey Okonetchnikov
42 | 43 | -------------------------------------------------------------------------------- /test/base--no-click.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Photos by Andrey Okonetchnikov
44 | 45 | -------------------------------------------------------------------------------- /test/autoplay--loop.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Autoplay:
19 |
<div class="fotorama"
20 | data-autoplay="true">
21 |
22 | The show stops on touch. Change this with data-stop-autoplay-on-touch="false".
Photos by Andrey Okonetchnikov
42 | 43 | -------------------------------------------------------------------------------- /test/initialization--2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Photos by Andrey Okonetchnikov
46 | 47 | -------------------------------------------------------------------------------- /test/base.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Photos by Andrey Okonetchnikov
45 | 46 | -------------------------------------------------------------------------------- /test/specs/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |Photos by Andrey Okonetchnikov
41 | 42 | -------------------------------------------------------------------------------- /test/base--show.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Photos by Andrey Okonetchnikov
45 | 46 | -------------------------------------------------------------------------------- /test/tap-event.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Photos by Andrey Okonetchnikov
46 | 47 | -------------------------------------------------------------------------------- /test/auto-false.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Photos by Andrey Okonetchnikov
46 | 47 | -------------------------------------------------------------------------------- /test/fit--501.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Custom HTML:
22 |
<div class="fotorama">
23 | <div class="any">One</div>
24 | </div>
25 |
26 |
27 |
38 |
39 |
40 | Photos by Andrey Okonetchnikov
41 | 42 | -------------------------------------------------------------------------------- /test/iframes.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Photos by Andrey Okonetchnikov
48 | 49 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Fotorama source 2 | 3 | There is nothing for non-coders. Take the latest and ready-to-use Fotorama on its website:Photos by Andrey Okonetchnikov
51 | 52 | -------------------------------------------------------------------------------- /test/dissolve--plain.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Dissolve:
25 |
<div class="fotorama"
26 | data-transition="dissolve">
27 |
28 |
29 |
41 |
42 |
43 | Photos by Andrey Okonetchnikov
44 | 45 | -------------------------------------------------------------------------------- /src/scss/_shadows.scss: -------------------------------------------------------------------------------- 1 | .fotorama__stage, .fotorama__nav { 2 | &:before, &:after { 3 | content: ""; 4 | display: block; 5 | position: absolute; 6 | text-decoration: none; 7 | top: 0; 8 | bottom: 0; 9 | width: 10px; 10 | height: auto; 11 | z-index: 10; 12 | pointer-events: none; 13 | background-repeat: no-repeat; 14 | background-size: 1px 100%, 5px 100%; 15 | @extend %gpu; 16 | } 17 | &:before { 18 | background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent); 19 | background-position: 0 0, 0 0; 20 | left: -10px; 21 | } 22 | &.fotorama__shadows--left:before { 23 | left: 0; 24 | } 25 | &:after { 26 | background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent); 27 | background-position: 100% 0, 100% 0; 28 | right: -10px; 29 | } 30 | &.fotorama__shadows--right:after { 31 | right: 0; 32 | } 33 | } 34 | 35 | .fotorama--fullscreen .fotorama__stage, 36 | .fotorama--fullscreen .fotorama__nav, 37 | .fotorama__wrap--no-shadows .fotorama__stage, 38 | .fotorama__wrap--no-shadows .fotorama__nav, 39 | .fotorama__wrap--fade .fotorama__stage { 40 | &:before, &:after { 41 | display: none; 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /test/html.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Custom HTML:
22 |
<div class="fotorama">
23 | <div class="any">One</div>
24 | </div>
25 |
26 |
27 |
37 |
38 |
39 | Hash:
25 |
<div class="fotorama"
26 | data-hash="true">
27 |
28 |
29 | Photos by Andrey Okonetchnikov
45 | 46 | -------------------------------------------------------------------------------- /test/full-window.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Full window:
21 |
<div class="fotorama"
22 | data-width="100%"
23 | data-height="100%">
24 | Photos by Andrey Okonetchnikov
43 |Photos by Andrey Okonetchnikov
51 | 52 | -------------------------------------------------------------------------------- /test/i/nyc/thumbs/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aspernatur deserunt dolorem doloremque ea eligendi fuga 9 | fugiat nulla odio officia quis quos reprehenderit, sed, tenetur? Dolor doloribus earum eos quaerat recusandae.
10 | 11 |Consectetur ducimus ea in labore reiciendis! Assumenda at aut cupiditate delectus deleniti dignissimos distinctio 12 | doloribus enim et minus nam necessitatibus nisi placeat, praesentium, quia quis quisquam sint tempora ullam velit?
13 | 14 | 15 | 16 |Lorem ipsum dolor sit amet, consectetur adipisicing elit. Autem commodi deleniti dolorem, eaque est incidunt 17 | laboriosam maxime, minima nesciunt nihil nostrum numquam obcaecati, officiis perferendis porro quis quod saepe. 18 | Error.
19 | 20 | 21 | 22 | 23 |A aliquam, ducimus et, expedita facilis ipsa ipsum itaque modi molestias nobis obcaecati optio placeat praesentium 24 | quas quibusdam quisquam sed suscipit totam vero, voluptatem! Enim harum ipsam iure repudiandae ut.
25 | 26 |Aliquam atque, eligendi eveniet incidunt, inventore minus non placeat quaerat quod, recusandae saepe soluta ullam? 27 | Accusamus amet autem, beatae, doloremque minima molestias nulla, praesentium quidem quisquam quod sapiente sit 28 | soluta.
29 | 30 | 31 | -------------------------------------------------------------------------------- /test/mousefish.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
31 |
32 |
33 |
34 |
35 |
38 |
39 |
40 |
41 |
42 |
45 |
46 |
47 |
48 |
49 | Right to left direction:
25 |
<div class="fotorama"
26 | data-direction="rtl">
27 |
28 |
29 |
42 |
43 |
44 | Photos by Alexei Lebedev
45 | 46 | -------------------------------------------------------------------------------- /test/i/nyc/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |Constrained fotorama:
25 |
<div class="fotorama"
26 | data-width="100%"
27 | data-ratio="700/467"
28 | data-min-width="400"
29 | data-max-width="1000"
30 | data-min-height="300"
31 | data-max-height="100%">
32 |
33 | Resize the browser.
34 | 35 | 36 | 49 | 50 | 51 |Photos by Andrey Okonetchnikov
52 | 53 | -------------------------------------------------------------------------------- /test/html-selectable.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Selectable text with .fotorama__select:
34 |<div class="fotorama">
35 | <div><span class="fotorama__select">One</span></div>
36 | </div>
37 |
38 |
39 | Photos by Andrey Okonetchnikov
54 | 55 | -------------------------------------------------------------------------------- /test/specs/shuffle.js: -------------------------------------------------------------------------------- 1 | document.write( 2 | '
' +
4 | '
' +
5 | '
' +
6 | '
' +
7 | '
' +
8 | 'Native fullscreen:
23 |
<div class="fotorama"
24 | data-allow-full-screen="native">
25 |
26 | Click icon at the top-right.
27 | 28 | 29 | 41 | 42 |One more fotorama:
43 | 44 | 56 | 57 | 58 |Photos by Andrey Okonetchnikov
59 | 60 | -------------------------------------------------------------------------------- /test/html-with-images.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Images on the background:
41 |<div class="fotorama">
42 | <div data-img="1.jpg">One</div>
43 | </div>
44 |
45 |
46 | Photos by Andrey Okonetchnikov
57 | 58 | -------------------------------------------------------------------------------- /test/html-with-thumbs.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Images on the background:
41 |<div class="fotorama">
42 | <div data-img="1.jpg">One</div>
43 | </div>
44 |
45 |
46 | Photos by Andrey Okonetchnikov
57 | 58 | -------------------------------------------------------------------------------- /test/issue--14.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Photos by Andrey Okonetchnikov
53 | 54 | -------------------------------------------------------------------------------- /test/specs/set-options.js: -------------------------------------------------------------------------------- 1 | document.write( 2 | '
' +
4 | '
' +
5 | '
' +
6 | '
' +
7 | '
' +
8 | 'Fullscreen with separate images:
23 |
<div class="fotorama"
24 | data-allow-full-screen="native">
25 | <img src="1.jpg" data-full="1_full.jpg">
26 | </div>
27 |
28 | Click icon at the top-right.
29 | 30 | 31 | 43 | 44 | 45 |Photos by Andrey Okonetchnikov
46 | 47 | -------------------------------------------------------------------------------- /test/glimpse.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Photos by Andrey Okonetchnikov
54 | 55 | -------------------------------------------------------------------------------- /test/iframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Photos by Andrey Okonetchnikov
60 | 61 | -------------------------------------------------------------------------------- /test/base--1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |enableifsingleframe: false (default)
32 | 33 | 34 | 40 | 41 |
enableifsingleframe: true
Photos by Andrey Okonetchnikov
65 | 66 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Photos by Andrey Okonetchnikov
61 | 62 | -------------------------------------------------------------------------------- /src/js/bez.js: -------------------------------------------------------------------------------- 1 | /* Bez v1.0.10-g5ae0136 2 | * http://github.com/rdallasgray/bez 3 | * 4 | * A plugin to convert CSS3 cubic-bezier co-ordinates to jQuery-compatible easing functions 5 | * 6 | * With thanks to Nikolay Nemshilov for clarification on the cubic-bezier maths 7 | * See http://st-on-it.blogspot.com/2011/05/calculating-cubic-bezier-function.html 8 | * 9 | * Copyright 2011 Robert Dallas Gray. All rights reserved. 10 | * Provided under the FreeBSD license: https://github.com/rdallasgray/bez/blob/master/LICENSE.txt 11 | */ 12 | function bez (coOrdArray) { 13 | var encodedFuncName = "bez_" + $.makeArray(arguments).join("_").replace(".", "p"); 14 | if (typeof $['easing'][encodedFuncName] !== "function") { 15 | var polyBez = function (p1, p2) { 16 | var A = [null, null], 17 | B = [null, null], 18 | C = [null, null], 19 | bezCoOrd = function (t, ax) { 20 | C[ax] = 3 * p1[ax]; 21 | B[ax] = 3 * (p2[ax] - p1[ax]) - C[ax]; 22 | A[ax] = 1 - C[ax] - B[ax]; 23 | return t * (C[ax] + t * (B[ax] + t * A[ax])); 24 | }, 25 | xDeriv = function (t) { 26 | return C[0] + t * (2 * B[0] + 3 * A[0] * t); 27 | }, 28 | xForT = function (t) { 29 | var x = t, i = 0, z; 30 | while (++i < 14) { 31 | z = bezCoOrd(x, 0) - t; 32 | if (Math.abs(z) < 1e-3) break; 33 | x -= z / xDeriv(x); 34 | } 35 | return x; 36 | }; 37 | return function (t) { 38 | return bezCoOrd(xForT(t), 1); 39 | } 40 | }; 41 | $['easing'][encodedFuncName] = function (x, t, b, c, d) { 42 | return c * polyBez([coOrdArray[0], coOrdArray[1]], [coOrdArray[2], coOrdArray[3]])(t / d) + b; 43 | } 44 | } 45 | return encodedFuncName; 46 | } -------------------------------------------------------------------------------- /test/html-with-links.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Images on the background:
52 |<div class="fotorama">
53 | <div data-img="1.jpg">One</div>
54 | </div>
55 |
56 |
57 |
62 |
63 |
64 |
65 |
--------------------------------------------------------------------------------
/test/speed/data.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Crossfade:
25 |
<div class="fotorama"
26 | data-transition="crossfade">
27 |
28 |
29 |
41 |
42 |
53 |
54 |
55 | Photos by Andrey Okonetchnikov
56 | 57 | -------------------------------------------------------------------------------- /test/autoplay.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Autoplay:
27 |
<div class="fotorama"
28 | data-autoplay="true">
29 |
30 | The show stops on touch. Change this with data-stop-autoplay-on-touch="false".
Photos by Andrey Okonetchnikov
67 | 68 | -------------------------------------------------------------------------------- /test/dissolve.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Fade:
19 |
<div class="fotorama"
20 | data-transition="dissolve">
21 |
22 |
23 |
38 |
51 | 52 | Dissolve 53 | 54 | Crossfade 55 |
56 | 57 | 58 | 71 | 72 | 73 |Photos by Orion Art
74 | 75 | -------------------------------------------------------------------------------- /test/specs/basic.js: -------------------------------------------------------------------------------- 1 | document.write( 2 | '
' +
4 | '
' +
5 | '
' +
6 | '
' +
7 | '
' +
8 | 'Transition:
19 |
<div class="fotorama"
20 | data-transition="crossfade">
21 |
22 |
23 |
38 |
53 | 54 | Slide 55 | 56 | Crossfade 57 |
58 | 59 | 60 |Photos by Andrey Okonetchnikov
78 | 79 | -------------------------------------------------------------------------------- /test/full-window-n-nav.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Full window:
24 |
<div class="fotorama"
25 | data-width="100%"
26 | data-height="100%">
27 | Photos by Andrey Okonetchnikov
70 |Photos by Andrey Okonetchnikov
68 | 69 | -------------------------------------------------------------------------------- /test/hash.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Hash:
25 |
<div class="fotorama"
26 | data-hash="true">
27 |
28 |
29 | Photos by Alexei Lebedev
63 | 64 | --------------------------------------------------------------------------------