{"id":20393143,"url":"https://github.com/aichbauer/img_slider","last_synced_at":"2026-06-10T14:31:29.594Z","repository":{"id":82477559,"uuid":"45207986","full_name":"aichbauer/img_slider","owner":"aichbauer","description":"a simple img_slider created with jquery, ready to use in every project","archived":false,"fork":false,"pushed_at":"2015-11-14T16:27:31.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T20:40:51.668Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aichbauer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-29T20:13:33.000Z","updated_at":"2016-04-08T08:31:46.000Z","dependencies_parsed_at":"2023-03-12T00:15:44.987Z","dependency_job_id":null,"html_url":"https://github.com/aichbauer/img_slider","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aichbauer/img_slider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fimg_slider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fimg_slider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fimg_slider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fimg_slider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aichbauer","download_url":"https://codeload.github.com/aichbauer/img_slider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fimg_slider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34157453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-15T03:47:40.247Z","updated_at":"2026-06-10T14:31:29.548Z","avatar_url":"https://github.com/aichbauer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#img_slider\n\na simple img_fader created with jquery\n\nAUTHOR: AICHBAUER LUKAS\n\nemail: rudolfson.junior@gmail.com\n\n***\n\n## how to use\n\n***\n\nimport the css and the js file to your html file.\n\ndon't forget to import jQuery in your project... import it in front of the img_slider.js\n\n    \u003clink rel=\"stylesheet\" type=\"text/css\" href=\"http://localhost/tuts/img_slider_tut/css/img_slider.css\" /\u003e\n    \u003cscript type=\"text/javascript\" src=\"http://localhost/tuts/img_slider_tut/js/JQUERY.js\"\u003e\u003c/script\u003e\n    \u003cscript type=\"text/javascript\" src=\"http://localhost/tuts/img_slider_tut/js/img_slider.js\"\u003e\u003c/script\u003e\n\ncreate a new div in your html file\n\n    \u003cdiv id=\"slider\"\u003e\n    \u003c/div\u003e\n\ngive it the id slider\n\nnow import pictures on your project and link the paths in the var images array on the img_slider.js\n\nexample:\n\n    var images = [\"http://localhost/tuts/img_slider_tut/img/bg1.jpg\",\"http://localhost/tuts/img_slider_tut/img/bg2.jpg]\n\nchanging height and width of the slider in the css file and the js file\n\ncss\n\n    sliderWindow\n    {\n       position: relative;\n       width: CHANGE ME;\n       height: CHANGE ME;\n       margin: 0 auto;\n       padding: 0;\n       overflow: hidden;\n       border: solid grey;\n    }\n    \njs\n\n    var slideWidth = CHANGE ME;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faichbauer%2Fimg_slider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faichbauer%2Fimg_slider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faichbauer%2Fimg_slider/lists"}