{"id":23693392,"url":"https://github.com/naoxink/bgfader","last_synced_at":"2026-01-18T20:30:17.406Z","repository":{"id":70791826,"uuid":"46936852","full_name":"naoxink/bgfader","owner":"naoxink","description":"Set your favourite images in the background of your divs (with jQuery)","archived":false,"fork":false,"pushed_at":"2015-12-03T16:23:45.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T03:52:21.676Z","etag":null,"topics":["background-image","fader","javascript"],"latest_commit_sha":null,"homepage":"http://naoxink.epizy/bgfader","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/naoxink.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":"2015-11-26T16:22:43.000Z","updated_at":"2019-10-17T15:24:45.000Z","dependencies_parsed_at":"2023-03-14T03:15:19.176Z","dependency_job_id":null,"html_url":"https://github.com/naoxink/bgfader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naoxink%2Fbgfader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naoxink%2Fbgfader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naoxink%2Fbgfader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naoxink%2Fbgfader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naoxink","download_url":"https://codeload.github.com/naoxink/bgfader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239758895,"owners_count":19692041,"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":["background-image","fader","javascript"],"created_at":"2024-12-30T03:51:51.892Z","updated_at":"2026-01-18T20:30:17.363Z","avatar_url":"https://github.com/naoxink.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bgfader\nSet your favourite photos in the background of a div\n\n# Demo\nhttp://naoxink.hol.es/bgfader\n\n# Usage\nSet the CSS and the JS\n```html\n\u003clink rel=\"stylesheet\" href=\"css/bgfader.css\"\u003e\n\u003cscript src=\"js/bgfader.js\"\u003e\u003c/script\u003e\n```\n\nChoose the div you want\n```html\n\u003cdiv class='header'\u003e\n  \u003cp\u003eThe greatest content in teh world\u003c/p\u003e\n\u003c/div\u003e\n```\nInitialize the bgfader\n```javascript\nvar myBgFader = $('.header').bgfader([\n  'images/img1.jpg',\n  'images/img2.jpg',\n  'images/img3.jpg',\n  'images/img4.jpg',\n], {\n  'timeout': 3000,\n  'speed': 3000,\n  'opacity': 0.4\n})\n\nmyBgFader.start()\n```\n\nAnd **enjoy** your backgrounds!\n\n## Available options\nName|type|Optional|Default\n---|---|---|---\nspeed|`integer`|Yes|3000\ntimeout|`integer`|Yes|3000\nopacity|`float`|Yes|0.5\n\n\n## TODO list\n- [ ] It explodes with big images (\u003e8Mb~) -\u003e Fade fails first time\n- [ ] Images not showing in certain containers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaoxink%2Fbgfader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaoxink%2Fbgfader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaoxink%2Fbgfader/lists"}