{"id":16321507,"url":"https://github.com/doodlewind/easyscale","last_synced_at":"2025-05-14T09:14:11.412Z","repository":{"id":80192888,"uuid":"69617805","full_name":"doodlewind/easyScale","owner":"doodlewind","description":"add responsive support for fixed width elements","archived":false,"fork":false,"pushed_at":"2016-09-30T00:06:20.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T02:13:48.694Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doodlewind.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-30T00:06:09.000Z","updated_at":"2016-09-30T00:06:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"faa58fd0-e940-47a6-ad58-8a6406eb3ab9","html_url":"https://github.com/doodlewind/easyScale","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/doodlewind%2FeasyScale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodlewind%2FeasyScale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodlewind%2FeasyScale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodlewind%2FeasyScale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doodlewind","download_url":"https://codeload.github.com/doodlewind/easyScale/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254110447,"owners_count":22016392,"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-10-10T22:47:58.914Z","updated_at":"2025-05-14T09:14:11.329Z","avatar_url":"https://github.com/doodlewind.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easyScale\nAdd responsive support for fixed width elements. [View example](http://ewind.us/platform/doc/easy-scale.html)\n\n\n## Install\n``` html\n\u003cscript src=\"js/easyScale.min.js\"\u003e\u003c/script\u003e\n```\n\n\n## Usage\n\n### HTML\n``` html\n\u003cdiv id=\"foo\"\u003e\u003c/div\u003e\n\u003cdiv class=\"bar\"\u003e\u003c/div\u003e\n\u003cdiv id=\"baz\"\u003e\u003c/div\u003e\n```\n\n### CSS\n``` css\n#foo, .bar, #baz {\n    margin: 10px auto 10px auto;\n    height: 200px;\n    width: 800px;\n    background-color: #56CBF9;\n}\n```\n\n### JS\n``` js\n$.fn.easyScale([\n    { el: \"#foo\", minBound: [0, 0], maxBound: [1300, 500] },\n    { el: \".bar\", minBound: [0, 0], maxBound: [1000, 500] },\n    { el: \"#baz\", minBound: [600, 400], maxBound: [1000, 500] }\n]);\n```\n\n\n## Options\n* `el`: required, jQuery selector `string`\n* `minBound`: required, `[numberX, numberY]` thereshold to stop zooming\n* `maxBound`: required, `[numberX, numberY]` thereshold to start zooming\n\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoodlewind%2Feasyscale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoodlewind%2Feasyscale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoodlewind%2Feasyscale/lists"}