{"id":25893054,"url":"https://github.com/t99/tinyscroller","last_synced_at":"2026-06-09T00:31:25.228Z","repository":{"id":46882161,"uuid":"515619933","full_name":"T99/tinyscroller","owner":"T99","description":"An absolutely abnormally abysmally small image scroller.","archived":false,"fork":false,"pushed_at":"2022-07-21T20:16:14.000Z","size":515,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T00:21:17.098Z","etag":null,"topics":["carousel","scroller","slider"],"latest_commit_sha":null,"homepage":"https://t99.github.io/tinyscroller","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/T99.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"license.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["T99"]}},"created_at":"2022-07-19T14:30:46.000Z","updated_at":"2022-07-21T20:14:55.000Z","dependencies_parsed_at":"2022-09-06T23:31:03.511Z","dependency_job_id":null,"html_url":"https://github.com/T99/tinyscroller","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":"T99/ts-module-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T99%2Ftinyscroller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T99%2Ftinyscroller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T99%2Ftinyscroller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T99%2Ftinyscroller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/T99","download_url":"https://codeload.github.com/T99/tinyscroller/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241574865,"owners_count":19984755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["carousel","scroller","slider"],"created_at":"2025-03-02T21:30:09.229Z","updated_at":"2026-06-09T00:31:25.193Z","avatar_url":"https://github.com/T99.png","language":"JavaScript","funding_links":["https://github.com/sponsors/T99"],"categories":[],"sub_categories":[],"readme":"# \u003cimg align=\"left\" height=\"35\" src=\"assets/tinyscroller.svg\"\u003e Tinyscroller\n\nAn absolutely abnormally abysmally small image scroller.\n\n### [Find tinyscroller on NPM.](https://www.npmjs.com/package/tinyscroller)\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Basic Usage](#basic-usage)\n- [Documentation](#documentation)\n- [License](#license)\n\n## Installation\n\nInstall from NPM with\n\n```\n$ npm install --save tinyscroller\n```\n\n## Basic Usage\n\nA new Tinyscroller instance can be initialized using the\n`new Tinyscroller(target)` constructor:\n\n```javascript\n// By using a CSS selector:\nlet tinyscroller = new Tinyscroller(\".container \u003e div\");\n\n// Or by using a pre-fetched DOM node:\nlet element = document.getElementById(\"my-tinyscroller-container\");\nlet tinyscroller = new Tinyscroller(element);\n```\n\nTinyscroller comes with a couple of basic options for customization using the `new Tinyscroller(target, options)` constructor:\n\n```javascript\nlet tinyscroller = new Tinyscroller(target, {\n\torientation: \"horizontal\",\n\tfit: \"cover\",\n\tprogress: true,\n\tarrows: false,\n});\n```\n\n| Option        | Type                                     | Default        | Description                                                                                               |\n|---------------|------------------------------------------|----------------|-----------------------------------------------------------------------------------------------------------|\n| `orientation` | `\"vertical\" \\| \"horizontal\"`         | `\"horizontal\"` | The axis along which images are displayed in this scroller.                                               |\n| `fit`         | `\"contain\" \\| \"cover\" \\| \"fill\"` | `\"cover\"`      | The method by which images fill their containers if their aspect ratio does not match the container size. |\n| `progress`    | `boolean`                                | `true`         | Whether or not progress dots should be overlayed on top of the slider.                                    |\n| `arrows`      | `boolean`                                | `true`         | Whether or not next/last navigation arrows should be overlayed on top of the slider.                      |\n\n## Example\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"assets/tinyscroller-example-1.png\"\u003e\n\u003c/p\u003e\n\n## License\n\ntinyscroller is made available under the GNU General Public License v3.\n\nCopyright (C) 2022 Trevor Sears\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft99%2Ftinyscroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft99%2Ftinyscroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft99%2Ftinyscroller/lists"}