{"_id":"owl.carousel2.thumbs","_rev":"11-7b0e025e9fc5f6f81a99fe22ddc47369","name":"owl.carousel2.thumbs","time":{"modified":"2022-06-23T05:19:12.170Z","created":"2015-03-26T20:04:00.917Z","0.1.3":"2015-03-26T20:04:00.917Z","0.1.0":"2015-03-26T20:07:25.562Z","0.1.1":"2015-03-26T20:34:14.537Z","0.1.2":"2015-05-13T21:40:24.799Z","0.1.4":"2015-06-27T19:50:24.730Z","0.1.5":"2015-08-24T20:21:02.642Z","0.1.6":"2016-01-20T15:34:12.897Z","0.1.8":"2016-08-30T10:10:53.338Z"},"maintainers":[{"name":"gijsroge","email":"rogegijs@gmail.com"}],"dist-tags":{"latest":"0.1.8"},"description":"Enables thumbnail support for Owl Carousel 2.0","readme":"# Owl Carousel 2 Thumbnails plugin\nEnables thumbnail support for Owl Carousel 2.0\n\n## Quick start\ngrab the [latest release](https://github.com/gijsroge/OwlCarousel2-Thumbs/archive/0.1.7.tar.gz) and slam it behind the default owl carousel plugin.\n\n##### Enable thumbs\n```javascript\n$(document).ready(function(){\n  $('.owl-carousel').owlCarousel({\n    thumbs: true\n  });\n});\n```\n\n## Use pre-rendered html as thumbnails. **_recommended_**\n```javascript\n$(document).ready(function(){\n  $('.owl-carousel').owlCarousel({\n    thumbs: true,\n    thumbsPrerendered: true\n  });\n});\n```\n\n##### Add thumbnails (link slider and thumbnails with data-slider-id attribute)\n```html\n<div class=\"owl-carousel\" data-slider-id=\"1\">\n    <div>Your Content</div>\n    <div>Your Content</div>\n    <div>Your Content</div>\n    <div>Your Content</div>\n</div>\n<div class=\"owl-thumbs\" data-slider-id=\"1\">\n    <button class=\"owl-thumb-item\">slide 1</button>\n    <button class=\"owl-thumb-item\">slide 2</button>\n    <button class=\"owl-thumb-item\">slide 3</button>\n    <button class=\"owl-thumb-item\">slide 4</button>\n</div>\n```\n\n## Or add data-thumb attribute to your slides\n```html\n<div class=\"owl-carousel\">\n    <div data-thumb='Content of your thumbnail (can be anything)'> Your Content </div>\n    <div data-thumb='Content of your thumbnail (can be anything)'> Your Content </div>\n    <div data-thumb='Content of your thumbnail (can be anything)'> Your Content </div>\n    <div data-thumb='Content of your thumbnail (can be anything)'> Your Content </div>\n</div>\n```\n\n#### [demo](http://gijsroge.github.io/owl-carousel2-thumbs)\n\n## Available options\n```javascript\n$(document).ready(function(){\n  $('.owl-carousel').owlCarousel({\n    // Enable thumbnails\n    thumbs: true,\n  \n    // When only using images in your slide (like the demo) use this option to dynamicly create thumbnails without using the attribute data-thumb.\n    thumbImage: false,\n\n    // Enable this if you have pre-rendered thumbnails in your html instead of letting this plugin generate them. This is recommended as it will prevent FOUC\n    thumbsPrerendered: true,\n    \n    // Class that will be used on the thumbnail container\n    thumbContainerClass: 'owl-thumbs',\n    \n    // Class that will be used on the thumbnail item's\n    thumbItemClass: 'owl-thumb-item'\n  });\n});\n```\n\n## npm\n```\nnpm install owl.carousel2.thumbs\n```\n\n## bower\n```\nbower install owl.carousel2.thumbs\n```\n\n</> with <3 in Belgium by [@GijsRoge](https://twitter.com/GijsRoge)\n","versions":{"0.1.0":{"name":"owl.carousel2.thumbs","title":"Owl Carousel 2 Thumbnails","description":"Enables thumbnail support for Owl Carousel 2.0","version":"0.1.0","main":"dist/OwlCarousel2Thumbs.min.js","homepage":"https://github.com/gijsroge/OwlCarousel2-Thumbs","author":{"name":"Gijs Rogé","url":"http://twitter.com/gijsroge"},"repository":{"type":"git","url":"https://github.com/gijsroge/OwlCarousel2-Thumbs.git"},"keywords":["Owl","Carousel","Thumbs","Thumbnails","jQuery"],"license":{"type":"MIT","url":"https://github.com/gijsroge/OwlCarousel2-Thumbs/blob/master/LICENSE"},"bugs":{"url":"https://github.com/gijsroge/OwlCarousel2-Thumbs/issues"},"engines":{"node":">=0.8.0"},"dependencies":{},"devDependencies":{"crayola":"0.0.1","grunt":"~0.4.2","grunt-bump":"0.0.15","grunt-contrib-compress":"^0.13.0","grunt-contrib-concat":"~0.3.0","grunt-contrib-jshint":"~0.8.0","grunt-contrib-uglify":"~0.2.7","grunt-contrib-watch":"~0.5.2","jshint-stylish":"~0.1.5","load-grunt-tasks":"~0.2.1","time-grunt":"~0.2.7"},"scripts":{"test":"grunt jshint"},"gitHead":"c846c6ce74cf8eff0fdf6404b23cac35e685855e","_id":"owl.carousel2.thumbs@0.1.0","_shasum":"b1a05ed719d98b481b380de85fa1c88102ce060b","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"gijsroge","email":"rogegijs@gmail.com"},"maintainers":[{"name":"gijsroge","email":"rogegijs@gmail.com"}],"dist":{"shasum":"b1a05ed719d98b481b380de85fa1c88102ce060b","tarball":"https://registry.npmjs.org/owl.carousel2.thumbs/-/owl.carousel2.thumbs-0.1.0.tgz","integrity":"sha512-UDZhRBRbqRaty7nfSQz1M71S1piucfJt0qU6XGEOWORgwIfyhKa7CaHkefzFdWDwJxHKDQyYXGsQTgCJ4HJAmA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBggo9bYkI+Ljm1zvXidfd86G+FB6uexo3Z3GD/Z0YcgIgSJMbySv+1MqI8GX9ekqMEY+pvz/mReKG2xCq8LzEFmU="}]}},"0.1.1":{"name":"owl.carousel2.thumbs","title":"Owl Carousel 2 Thumbnails","description":"Enables thumbnail support for Owl Carousel 2.0","version":"0.1.1","main":"dist/owl.carousel2.thumbs.min.js","homepage":"https://github.com/gijsroge/OwlCarousel2-Thumbs","author":{"name":"Gijs Rogé","url":"http://twitter.com/gijsroge"},"repository":{"type":"git","url":"https://github.com/gijsroge/OwlCarousel2-Thumbs.git"},"keywords":["Owl","Carousel","Thumbs","Thumbnails","jQuery"],"license":{"type":"MIT","url":"https://github.com/gijsroge/OwlCarousel2-Thumbs/blob/master/LICENSE"},"bugs":{"url":"https://github.com/gijsroge/OwlCarousel2-Thumbs/issues"},"engines":{"node":">=0.8.0"},"dependencies":{},"devDependencies":{"crayola":"0.0.1","grunt":"~0.4.2","grunt-bump":"0.0.15","grunt-contrib-compress":"^0.13.0","grunt-contrib-concat":"~0.3.0","grunt-contrib-jshint":"~0.8.0","grunt-contrib-uglify":"~0.2.7","grunt-contrib-watch":"~0.5.2","jshint-stylish":"~0.1.5","load-grunt-tasks":"~0.2.1","time-grunt":"~0.2.7"},"scripts":{"test":"grunt jshint"},"gitHead":"30a676dce9d24b0e43db55669bd8e66f01bf6821","_id":"owl.carousel2.thumbs@0.1.1","_shasum":"973437098861cd1da18dbd2f1d361e2177915817","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"gijsroge","email":"rogegijs@gmail.com"},"maintainers":[{"name":"gijsroge","email":"rogegijs@gmail.com"}],"dist":{"shasum":"973437098861cd1da18dbd2f1d361e2177915817","tarball":"https://registry.npmjs.org/owl.carousel2.thumbs/-/owl.carousel2.thumbs-0.1.1.tgz","integrity":"sha512-cHYEafR/P/T6j2XaNt0NysKKKLkUhZVHLPaFpfQbCu1PVjenqM0bsgfrofbzNNMYcF58J1s9lr3VNg2fTEd+mg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDAi3/8NRLaQxVw6JZXinfo2X7UteK5aVUOIdn5BqJruAiEAmQ1DbPEsxusn1QcJD26jAOO+i/rXXHOSRUvsJQ+uNPI="}]}},"0.1.2":{"name":"owl.carousel2.thumbs","title":"Owl Carousel 2 Thumbnails","description":"Enables thumbnail support for Owl Carousel 2.0","version":"0.1.2","main":"dist/owl.carousel2.thumbs.min.js","homepage":"https://github.com/gijsroge/OwlCarousel2-Thumbs","author":{"name":"Gijs Rogé","url":"http://twitter.com/gijsroge"},"repository":{"type":"git","url":"https://github.com/gijsroge/OwlCarousel2-Thumbs.git"},"keywords":["Owl","Carousel","Thumbs","Thumbnails","jQuery"],"license":{"type":"MIT","url":"https://github.com/gijsroge/OwlCarousel2-Thumbs/blob/master/LICENSE"},"bugs":{"url":"https://github.com/gijsroge/OwlCarousel2-Thumbs/issues"},"engines":{"node":">=0.8.0"},"dependencies":{},"devDependencies":{"crayola":"0.0.1","grunt":"~0.4.2","grunt-bump":"0.0.15","grunt-contrib-compress":"^0.13.0","grunt-contrib-concat":"~0.3.0","grunt-contrib-jshint":"~0.8.0","grunt-contrib-uglify":"~0.2.7","grunt-contrib-watch":"~0.5.2","jshint-stylish":"~0.1.5","load-grunt-tasks":"~0.2.1","time-grunt":"~0.2.7"},"scripts":{"test":"grunt jshint"},"gitHead":"eeae5e619916b025ae0bd55abd2639b31d87b19d","_id":"owl.carousel2.thumbs@0.1.2","_shasum":"7eb354807a7efc88387bc34140af3600b5aae007","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"gijsroge","email":"rogegijs@gmail.com"},"maintainers":[{"name":"gijsroge","email":"rogegijs@gmail.com"}],"dist":{"shasum":"7eb354807a7efc88387bc34140af3600b5aae007","tarball":"https://registry.npmjs.org/owl.carousel2.thumbs/-/owl.carousel2.thumbs-0.1.2.tgz","integrity":"sha512-1OPbQFGYZM3W3yVilx98+ouYFMqrud5eu6OPQew8dkDhwpDcP4ytuSdjmhp9t1DgrhOmQCnC9POKM9HIrO6Mpg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGmHiBxoAjCW3rUbyLWDjO/s4oYpjywXeo4FC2bOBp7lAiEA7cUWk2cKx/1Z23yMMfpo8c2DfeSKu0ytCUow9MuSWK8="}]}},"0.1.4":{"name":"owl.carousel2.thumbs","title":"Owl Carousel 2 Thumbnails","description":"Enables thumbnail support for Owl Carousel 2.0","version":"0.1.4","main":"dist/owl.carousel2.thumbs.min.js","homepage":"https://github.com/gijsroge/OwlCarousel2-Thumbs","author":{"name":"Gijs Rogé","url":"http://twitter.com/gijsroge"},"repository":{"type":"git","url":"https://github.com/gijsroge/OwlCarousel2-Thumbs.git"},"keywords":["Owl","Carousel","Thumbs","Thumbnails","jQuery"],"license":{"type":"MIT","url":"https://github.com/gijsroge/OwlCarousel2-Thumbs/blob/master/LICENSE"},"bugs":{"url":"https://github.com/gijsroge/OwlCarousel2-Thumbs/issues"},"engines":{"node":">=0.8.0"},"dependencies":{},"devDependencies":{"crayola":"0.0.1","grunt":"~0.4.2","grunt-bump":"0.0.15","grunt-contrib-compress":"^0.13.0","grunt-contrib-concat":"~0.3.0","grunt-contrib-jshint":"~0.8.0","grunt-contrib-uglify":"~0.2.7","grunt-contrib-watch":"~0.5.2","jshint-stylish":"~0.1.5","load-grunt-tasks":"~0.2.1","time-grunt":"~0.2.7"},"scripts":{"test":"grunt jshint"},"gitHead":"d49dca364b38952dbdc2f8f3dacd6f05cd418e83","_id":"owl.carousel2.thumbs@0.1.4","_shasum":"d315b2c19f3cf7ff994d63446233a5a0e6fcb50a","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"gijsroge","email":"rogegijs@gmail.com"},"maintainers":[{"name":"gijsroge","email":"rogegijs@gmail.com"}],"dist":{"shasum":"d315b2c19f3cf7ff994d63446233a5a0e6fcb50a","tarball":"https://registry.npmjs.org/owl.carousel2.thumbs/-/owl.carousel2.thumbs-0.1.4.tgz","integrity":"sha512-hBQLwrum8AWlRCP9GR4wB5TJa4g1N7l+knXZ59mRbpvhTr9f7IxH5XNv0XzGmCzPKXXmZSFj60d/XOhlEqVFOA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJNbUSlMWQ0KL0BHzs1eJDWBfZacLPi7jCiCv4zIXNmQIgOOdfO3LB0Be6jERN6lq4o104tws4y5+ZCl0gb4kitzE="}]}},"0.1.5":{"name":"owl.carousel2.thumbs","title":"Owl Carousel 2 Thumbnails","description":"Enables thumbnail support for Owl Carousel 2.0","version":"0.1.5","main":"dist/owl.carousel2.thumbs.min.js","homepage":"https://github.com/gijsroge/OwlCarousel2-Thumbs","author":{"name":"Gijs Rogé","url":"http://twitter.com/gijsroge"},"repository":{"type":"git","url":"git+https://github.com/gijsroge/OwlCarousel2-Thumbs.git"},"keywords":["Owl","Carousel","Thumbs","Thumbnails","jQuery"],"license":{"type":"MIT","url":"https://github.com/gijsroge/OwlCarousel2-Thumbs/blob/master/LICENSE"},"bugs":{"url":"https://github.com/gijsroge/OwlCarousel2-Thumbs/issues"},"engines":{"node":">=0.8.0"},"dependencies":{},"devDependencies":{"crayola":"0.0.1","grunt":"~0.4.2","grunt-bump":"0.0.15","grunt-contrib-compress":"^0.13.0","grunt-contrib-concat":"~0.3.0","grunt-contrib-jshint":"~0.8.0","grunt-contrib-uglify":"~0.2.7","grunt-contrib-watch":"~0.5.2","jshint-stylish":"~0.1.5","load-grunt-tasks":"~0.2.1","time-grunt":"~0.2.7"},"scripts":{"test":"grunt jshint"},"gitHead":"0804b6eb8c9390b6e040d7181eaea090c3c346fb","_id":"owl.carousel2.thumbs@0.1.5","_shasum":"f704d457213b81783bb6f794d2c082089df6aaea","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"gijsroge","email":"rogegijs@gmail.com"},"dist":{"shasum":"f704d457213b81783bb6f794d2c082089df6aaea","tarball":"https://registry.npmjs.org/owl.carousel2.thumbs/-/owl.carousel2.thumbs-0.1.5.tgz","integrity":"sha512-fEyA5KO8l9kWNw7BFs7fts3A/T79pQxllggtej6DGA7PgJNFLlangC+aEuPdQ+MtNUNWBZGN/f6+Ek6589Xi0Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHIjKe0lFxi8xCc3NgveYqrksyDKRBgjmBgai+26dPoUAiEAwzEWNScetqsmthiNavbM6FCZDjSveQRfwXh0opsz1Es="}]},"maintainers":[{"name":"gijsroge","email":"rogegijs@gmail.com"}]},"0.1.6":{"name":"owl.carousel2.thumbs","title":"Owl Carousel 2 Thumbnails","description":"Enables thumbnail support for Owl Carousel 2.0","version":"0.1.6","main":"dist/owl.carousel2.thumbs.min.js","homepage":"https://github.com/gijsroge/OwlCarousel2-Thumbs","author":{"name":"Gijs Rogé","url":"http://twitter.com/gijsroge"},"repository":{"type":"git","url":"git+https://github.com/gijsroge/OwlCarousel2-Thumbs.git"},"keywords":["Owl","Carousel","Thumbs","Thumbnails","jQuery"],"license":{"type":"MIT","url":"https://github.com/gijsroge/OwlCarousel2-Thumbs/blob/master/LICENSE"},"bugs":{"url":"https://github.com/gijsroge/OwlCarousel2-Thumbs/issues"},"engines":{"node":">=0.8.0"},"dependencies":{},"devDependencies":{"crayola":"0.0.1","grunt":"~0.4.2","grunt-bump":"0.0.15","grunt-contrib-compress":"^0.13.0","grunt-contrib-concat":"~0.3.0","grunt-contrib-jshint":"~0.8.0","grunt-contrib-uglify":"~0.2.7","grunt-contrib-watch":"~0.5.2","jshint-stylish":"~0.1.5","load-grunt-tasks":"~0.2.1","time-grunt":"~0.2.7"},"scripts":{"test":"grunt jshint"},"gitHead":"dff11f73afd04d02aec1a5bad2dd0c869f0bb9bb","_id":"owl.carousel2.thumbs@0.1.6","_shasum":"79de02c8ac883907670447729be2b54bc44f1135","_from":".","_npmVersion":"3.3.9","_nodeVersion":"4.2.1","_npmUser":{"name":"gijsroge","email":"rogegijs@gmail.com"},"maintainers":[{"name":"gijsroge","email":"rogegijs@gmail.com"}],"dist":{"shasum":"79de02c8ac883907670447729be2b54bc44f1135","tarball":"https://registry.npmjs.org/owl.carousel2.thumbs/-/owl.carousel2.thumbs-0.1.6.tgz","integrity":"sha512-p1uf7vJAwZaXYDeTqdw/ABrzx40qmc0TGv82f6/pzW1luKsSVYT9F8n17S6eEDY0KiX8PfhbguPY2lQVF3cN8Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE7n1Vr2ZwOtwxY1fuU/syUNjOefIg8ztN7TzDNUVQv0AiBS/ID+5vCJ21jkrf163AdpfIWdrPf/TMYFvcbXBCu1jg=="}]}},"0.1.8":{"name":"owl.carousel2.thumbs","title":"Owl Carousel 2 Thumbnails","description":"Enables thumbnail support for Owl Carousel 2.0","version":"0.1.8","main":"dist/owl.carousel2.thumbs.min.js","homepage":"https://github.com/gijsroge/OwlCarousel2-Thumbs","author":{"name":"Gijs Rogé","url":"http://twitter.com/gijsroge"},"repository":{"type":"git","url":"git+https://github.com/gijsroge/OwlCarousel2-Thumbs.git"},"keywords":["Owl","Carousel","Thumbs","Thumbnails","jQuery"],"license":{"type":"MIT","url":"https://github.com/gijsroge/OwlCarousel2-Thumbs/blob/master/LICENSE"},"bugs":{"url":"https://github.com/gijsroge/OwlCarousel2-Thumbs/issues"},"engines":{"node":">=0.8.0"},"dependencies":{},"devDependencies":{"crayola":"0.0.1","grunt":"~0.4.2","grunt-bump":"0.0.15","grunt-contrib-compress":"^0.13.0","grunt-contrib-concat":"~0.3.0","grunt-contrib-jshint":"~0.8.0","grunt-contrib-uglify":"~0.2.7","grunt-contrib-watch":"~0.5.2","jshint-stylish":"~0.1.5","load-grunt-tasks":"~0.2.1","time-grunt":"~0.2.7"},"scripts":{"test":"grunt jshint"},"gitHead":"4090d9ae42aa030e4f55bcd1c1e1c83eeb4a2d1f","_id":"owl.carousel2.thumbs@0.1.8","_shasum":"97da803bd3359969591b73ad4c6b7facf01dcce8","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.4.7","_npmUser":{"name":"gijsroge","email":"rogegijs@gmail.com"},"maintainers":[{"name":"gijsroge","email":"rogegijs@gmail.com"}],"dist":{"shasum":"97da803bd3359969591b73ad4c6b7facf01dcce8","tarball":"https://registry.npmjs.org/owl.carousel2.thumbs/-/owl.carousel2.thumbs-0.1.8.tgz","integrity":"sha512-cG044X8Ewn1SHKmQdXCl4XKir4EumDLAVFZjE7H4eFcHwXESQ3I7koYS5I4/l1w0uBATSuko+bJBfddmNdjjpg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF5BHF5XEZQrpdi/D9qHmUiPsAjWMuitbWuvBkVmWkGSAiB2raRfkezh/Pl2BUnHSNLnbtnr0ZoWkacsrrgZn0gHUw=="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/owl.carousel2.thumbs-0.1.8.tgz_1472551851750_0.11863042297773063"}}},"homepage":"https://github.com/gijsroge/OwlCarousel2-Thumbs","keywords":["Owl","Carousel","Thumbs","Thumbnails","jQuery"],"repository":{"type":"git","url":"git+https://github.com/gijsroge/OwlCarousel2-Thumbs.git"},"author":{"name":"Gijs Rogé","url":"http://twitter.com/gijsroge"},"bugs":{"url":"https://github.com/gijsroge/OwlCarousel2-Thumbs/issues"},"license":{"type":"MIT","url":"https://github.com/gijsroge/OwlCarousel2-Thumbs/blob/master/LICENSE"},"readmeFilename":"README.md"}