{"id":13500349,"url":"https://github.com/ghepting/jquery-responsive-text","last_synced_at":"2025-03-29T05:33:50.006Z","repository":{"id":5397374,"uuid":"6586659","full_name":"ghepting/jquery-responsive-text","owner":"ghepting","description":"Make your text sizing responsive!","archived":true,"fork":false,"pushed_at":"2015-03-14T05:06:18.000Z","size":312,"stargazers_count":124,"open_issues_count":0,"forks_count":25,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-31T18:38:45.228Z","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/ghepting.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":"2012-11-07T21:30:38.000Z","updated_at":"2023-05-11T07:06:03.000Z","dependencies_parsed_at":"2022-07-06T15:32:51.045Z","dependency_job_id":null,"html_url":"https://github.com/ghepting/jquery-responsive-text","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghepting%2Fjquery-responsive-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghepting%2Fjquery-responsive-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghepting%2Fjquery-responsive-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghepting%2Fjquery-responsive-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghepting","download_url":"https://codeload.github.com/ghepting/jquery-responsive-text/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246145013,"owners_count":20730494,"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-07-31T22:00:56.937Z","updated_at":"2025-03-29T05:33:44.997Z","avatar_url":"https://github.com/ghepting.png","language":"JavaScript","funding_links":[],"categories":["CoffeeScript","Typography","排版"],"sub_categories":["Other","其它"],"readme":"jQuery responsiveText\n====\n\n\nA jQuery plugin to set font sizes responsively based on its' container width. Use *jQuery responsiveText* to have scalable headlines, build [responsive tables](https://github.com/ghepting/jquery-responsive-tables) and more!\n\nView the demo at [http://garyhepting.com/jquery-responsive-text]\n\n\nInstallation:\n----\n\nInitialize the plugin:\n\n```html\n\u003cscript type=\"text/javascript\"\u003e\n  $(document).ready(function() {\n    $('.responsive').responsiveText();\n  });\n\u003c/script\u003e\n```\n\nConfigurations can be added to the markup of each element with simple data attributes:\n\n```html\n\u003ch1 class=\"responsive\" data-compression=\"8\" data-min=\"20\" data-max=\"60\"\u003eResponsive Text\u003c/h1\u003e\n```\n\nor \n\n```html\n\u003cp class=\"responsive\" data-compression=\"25\" data-min=\"14\" data-max=\"40\"\u003eA jQuery plugin to set font sizes responsively based on its' container width. Use responsiveText.js to have scalable headlines, build \u003ca href=\"https://github.com/ghepting/jquery-responsive-tables\"\u003eresponsive tables\u003c/a\u003e and more!\u003c/p\u003e\n```\n\nScrollable Text:\n\n```html\n\u003ch1 class=\"responsive\" data-scrollable=\"1\" data-min=\"20\" data-max=\"60\"\u003eScrollable Responsive Text\u003c/h1\u003e\n```\n\nComplete Options:\n\n```html\n\u003ch1 class=\"responsive\" data-compression=\"8\" data-scrollable=\"1\" data-scrollspeed=\"1000\" data-scrollreset=\"500\" data-min=\"20\" data-max=\"100\"\u003eResponsive Text with all of the options\u003c/h1\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghepting%2Fjquery-responsive-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghepting%2Fjquery-responsive-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghepting%2Fjquery-responsive-text/lists"}