{"id":22792733,"url":"https://github.com/johnantoni/meteor-picturefill","last_synced_at":"2025-06-19T04:33:38.157Z","repository":{"id":27943619,"uuid":"31436226","full_name":"johnantoni/meteor-picturefill","owner":"johnantoni","description":"A responsive image polyfill for \u003cpicture\u003e, srcset, sizes, and more ~ packaged for Meteor","archived":false,"fork":false,"pushed_at":"2015-05-28T20:48:41.000Z","size":188,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-30T17:17:50.306Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://atmospherejs.com/johnantoni/meteor-picturefill","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/johnantoni.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-02-27T19:49:13.000Z","updated_at":"2019-08-18T16:39:52.000Z","dependencies_parsed_at":"2022-09-04T09:10:24.329Z","dependency_job_id":null,"html_url":"https://github.com/johnantoni/meteor-picturefill","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/johnantoni/meteor-picturefill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnantoni%2Fmeteor-picturefill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnantoni%2Fmeteor-picturefill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnantoni%2Fmeteor-picturefill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnantoni%2Fmeteor-picturefill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnantoni","download_url":"https://codeload.github.com/johnantoni/meteor-picturefill/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnantoni%2Fmeteor-picturefill/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260687720,"owners_count":23046774,"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":[],"created_at":"2024-12-12T03:15:55.753Z","updated_at":"2025-06-19T04:33:33.132Z","avatar_url":"https://github.com/johnantoni.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# meteor-picturefill\n\nA responsive image polyfill for picture, srcset, sizes, and more. packaged for Meteor\n\nBased on the picturefill js library by Scott Jehl.\n\nhttp://scottjehl.github.io/picturefill/\n\n### Install\n\n    meteor add johnantoni:meteor-picturefill\n\n### Usage\n\nExamples http://scottjehl.github.io/picturefill/#examples\n\n### Markup\n\n#### As HTML\n\n    \u003cpicture\u003e\n      \u003c!--[if IE 9]\u003e\u003cvideo style=\"display: none;\"\u003e\u003c![endif]--\u003e\n      \u003csource srcset=\"examples/images/extralarge.jpg\" media=\"(min-width: 1000px)\"\u003e\n      \u003csource srcset=\"examples/images/large.jpg\" media=\"(min-width: 800px)\"\u003e\n      \u003c!--[if IE 9]\u003e\u003c/video\u003e\u003c![endif]--\u003e\n      \u003cimg srcset=\"examples/images/medium.jpg\" alt=\"A giant stone face at The Bayon temple in Angkor Thom, Cambodia\"\u003e\n    \u003c/picture\u003e\n\n#### As JADE\n\n    picture\n      | \u003c!--[if IE 9]\u003e\u003cvideo style=\"display: none;\"\u003e\u003c![endif]--\u003e\n      source(srcset=\"examples/images/extralarge.jpg\" media=\"(min-width: 1000px)\")\n      source(srcset=\"examples/images/large.jpg\" media=\"(min-width: 800px)\")\n      | \u003c!--[if IE 9]\u003e\u003c/video\u003e\u003c![endif]--\u003e\n      img(srcset=\"examples/images/medium.jpg\" alt=\"A giant stone face at The Bayon temple in Angkor Thom, Cambodia\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnantoni%2Fmeteor-picturefill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnantoni%2Fmeteor-picturefill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnantoni%2Fmeteor-picturefill/lists"}