{"id":19711948,"url":"https://github.com/dcoric/owl","last_synced_at":"2026-03-04T12:02:22.890Z","repository":{"id":77653619,"uuid":"168874997","full_name":"dcoric/owl","owner":"dcoric","description":"Old implementation of owl carousel ","archived":false,"fork":false,"pushed_at":"2019-02-02T20:37:28.000Z","size":1306,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T19:58:24.134Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcoric.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.html","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-02T20:33:44.000Z","updated_at":"2019-02-02T20:35:41.000Z","dependencies_parsed_at":"2023-03-12T01:28:52.295Z","dependency_job_id":null,"html_url":"https://github.com/dcoric/owl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dcoric/owl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoric%2Fowl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoric%2Fowl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoric%2Fowl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoric%2Fowl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcoric","download_url":"https://codeload.github.com/dcoric/owl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoric%2Fowl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30079565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T11:57:42.557Z","status":"ssl_error","status_checked_at":"2026-03-04T11:56:10.793Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T22:14:39.199Z","updated_at":"2026-03-04T12:02:22.781Z","avatar_url":"https://github.com/dcoric.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## OwlCarousel ##\n\u003ev.1.31\n\nTouch enabled jQuery plugin that lets you create beautiful responsive carousel slider.\n[Visit Owl Carousel landing page](http://owlgraphic.com/owlcarousel)\n\n###Features:\n* Responsive\n* Touch Events\n* Mouse Slide Events\n* Fully Customizable\n* Choose the number of items to be displayed\n* Multiple Sliders\n* CSS3 3d Transitions\n* Custimizable controls\n* JSON \n* Custom events\n* Helpful callbacks\n\n\u003e Tested on IE7, IE8, IE9, IE10, Chrome, Safari, Firefox, Opera, iPhone, iPad, Chrom on Google Nexus.\n\n\n### More Demos\nSee what Owl can do:\n* [With auto scaling images](http://owlgraphic.com/owlcarousel/demos/images.html)\n* [Full Width](http://owlgraphic.com/owlcarousel/demos/full.html)\n* [Custom Widths](http://owlgraphic.com/owlcarousel/demos/custom.html)\n* [One Item](http://owlgraphic.com/owlcarousel/demos/one.html)\n* [More demos](http://owlgraphic.com/owlcarousel/#more-demos)\n\n### 1.Getting Started\nLoad jQuery(1.7+) and include Owl Carousel plugin files\n\n```html\n\u003c!-- Basic stylesheet --\u003e\n\u003clink rel=\"stylesheet\" href=\"owl-carousel/owl.carousel.css\"\u003e\n \n \u003c!-- Default Theme --\u003e\n\u003clink rel=\"stylesheet\" href=\"owl-carousel/owl.theme.css\"\u003e\n \n\u003c!-- Include js plugin --\u003e\n\u003cscript src=\"owl-carousel/owl.carousel.js\"\u003e\u003c/script\u003e\n```\n### 2.Set up your HTML\nYou don't need any special markup. All you need is to wrap your divs inside the container element \u003cdiv class=\"owl-carousel\"\u003e. Class \"owl-carousel\" is mandatory to apply proper styles that come from owl.carousel.css file.\n\n```html\n\u003cdiv class=\"owl-carousel\"\u003e\n  \u003cdiv\u003e Your Content \u003c/div\u003e\n  \u003cdiv\u003e Your Content \u003c/div\u003e\n  \u003cdiv\u003e Your Content \u003c/div\u003e\n  \u003cdiv\u003e Your Content \u003c/div\u003e\n  \u003cdiv\u003e Your Content \u003c/div\u003e\n  \u003cdiv\u003e Your Content \u003c/div\u003e\n  \u003cdiv\u003e Your Content \u003c/div\u003e\n  ...\n\u003c/div\u003e\n```\n### 3.Call the plugin\nNow call the Owl initializer function and your carousel is ready.\n\n```html\n$(\".owl-carousel\").owlCarousel();\n```\n### 4. For more details visit [OwlCarousel landing page](http://owlgraphic.com/owlcarousel)\n##### Changelog available [here](http://owlgraphic.com/owlcarousel/changelog.html)\n\n\n\nLicense\n------------\nThe MIT License (MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoric%2Fowl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcoric%2Fowl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoric%2Fowl/lists"}