{"id":27360563,"url":"https://github.com/azhsetiawan/los-scrollos","last_synced_at":"2025-09-09T14:14:03.958Z","repository":{"id":28814759,"uuid":"119366826","full_name":"azhsetiawan/los-scrollos","owner":"azhsetiawan","description":"Simple jQuery plugins for scrolling overflow content","archived":false,"fork":false,"pushed_at":"2022-12-03T16:10:34.000Z","size":388,"stargazers_count":8,"open_issues_count":11,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T03:02:15.690Z","etag":null,"topics":["jquery","jquery-plugin","overflow","scroll"],"latest_commit_sha":null,"homepage":"https://azhsetiawan.github.io/los-scrollos","language":"JavaScript","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/azhsetiawan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-29T10:16:42.000Z","updated_at":"2023-01-11T09:44:16.000Z","dependencies_parsed_at":"2022-07-27T17:03:40.513Z","dependency_job_id":null,"html_url":"https://github.com/azhsetiawan/los-scrollos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/azhsetiawan/los-scrollos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhsetiawan%2Flos-scrollos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhsetiawan%2Flos-scrollos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhsetiawan%2Flos-scrollos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhsetiawan%2Flos-scrollos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azhsetiawan","download_url":"https://codeload.github.com/azhsetiawan/los-scrollos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhsetiawan%2Flos-scrollos/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265703062,"owners_count":23813917,"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":["jquery","jquery-plugin","overflow","scroll"],"created_at":"2025-04-13T01:09:01.891Z","updated_at":"2025-07-18T05:03:36.093Z","avatar_url":"https://github.com/azhsetiawan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Los Scrollos\" src=\"https://raw.githubusercontent.com/azhsetiawan/assets/master/los-scrollos.png\" width=\"280\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Simple jQuery plugins for scrolling overflow content\n\u003c/p\u003e\n\n## \u003cp align=\"center\"\u003e\u003c/p\u003e\n\n## About\n\nLoss Scrolloss is jquery plugin for simple scrolling overflow content\n\n## Instalation\n\nJust `clone` or `download` this repository or files that you necessary needed\n\n#### Include CSS\n\nFirst, include CSS files into your HTML head:\n\n```\n\u003clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css\"/\u003e\n\u003clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css\"/\u003e\n\u003clink rel=\"stylesheet\" href=\"path/to/scrollos.min.css\"\u003e\n```\n\n#### Include JS\n\nLos Scrollos depend to [jQuery](https://code.jquery.com/) and sould be included, copy this CDN source to latest version if you don't have included. Set `scrollos.min.js` to your path.\n\n```\n\u003cscript src=\"https://code.jquery.com/jquery-3.4.1.min.js\" integrity=\"sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=\" crossorigin=\"anonymous\"\u003e\u003c/script\u003e\n\u003cscript src=\"path/to/scrollos.min.js\"\u003e\u003c/script\u003e\n```\n\n## How to use\n\nMake sure CSS and JS files have installed properly and let's get started.\n\n#### Set HTML\n\nJust copy this HTML element and change the content inside `.scrollos-content` with your element.\n\n```\n\u003cdiv class=\"scrollos-wrapper\" id=\"example\"\u003e\n  \u003cdiv class=\"scrollos-container\" data-overflowing=\"none\"\u003e\n    \u003cdiv class=\"scrollos-content\"\u003e\n      \u003cdiv class=\"item\"\u003e\u003cimg src=\"path/to/your-image.jpg\" alt=\"item\"/\u003e\u003c/div\u003e\n      \u003cdiv class=\"item\"\u003e\u003cimg src=\"path/to/your-image.jpg\" alt=\"item\"/\u003e\u003c/div\u003e\n      \u003cdiv class=\"item\"\u003e\u003cimg src=\"path/to/your-image.jpg\" alt=\"item\"/\u003e\u003c/div\u003e\n      ...\n    \u003c/div\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"scrollos-nav scrollos-prev\"\u003e\u003ci class=\"fa fa-chevron-left\"\u003e\u003c/i\u003e\u003c/div\u003e\n  \u003cdiv class=\"scrollos-nav scrollos-next\"\u003e\u003ci class=\"fa fa-chevron-right\"\u003e\u003c/i\u003e\u003c/div\u003e\n\u003c/div\u003e\n```\n\n#### Call Scrollos\n\nNow call the Los Scrollos initializer function, put code below to your javascript file or on the bottom of your document HTML.\n\n```\n\u003cscript\u003e\n  $( function () {\n    $('#example').Scrollos();\n  });\n\u003c/script\u003e\n```\n\nNow your Los Scrollos is ready!\n\n\u0026nbsp;\n\n### Copyright and license\n\nCopyright \u0026copy; 2018 Azh Setiawan\n\nCode released under the [MIT License](https://github.com/azhsetiawan/los-scrollos/blob/master/LICENSE)\n\n```\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazhsetiawan%2Flos-scrollos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazhsetiawan%2Flos-scrollos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazhsetiawan%2Flos-scrollos/lists"}