{"id":18772127,"url":"https://github.com/alibahaari/resolutionjs","last_synced_at":"2025-12-12T17:30:15.168Z","repository":{"id":154251958,"uuid":"148186961","full_name":"AliBahaari/ResolutionJS","owner":"AliBahaari","description":"Don't show a web page in a specified resolution.","archived":false,"fork":false,"pushed_at":"2021-02-03T16:40:18.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T08:12:53.999Z","etag":null,"topics":["resolution","responsive"],"latest_commit_sha":null,"homepage":"https://alibahaari.github.io/ResolutionJS","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/AliBahaari.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-10T16:38:14.000Z","updated_at":"2024-12-25T15:13:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ac2e4d4-f6f2-4657-8add-213344743151","html_url":"https://github.com/AliBahaari/ResolutionJS","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/AliBahaari%2FResolutionJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliBahaari%2FResolutionJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliBahaari%2FResolutionJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliBahaari%2FResolutionJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AliBahaari","download_url":"https://codeload.github.com/AliBahaari/ResolutionJS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239680198,"owners_count":19679502,"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":["resolution","responsive"],"created_at":"2024-11-07T19:27:52.306Z","updated_at":"2025-12-12T17:30:15.117Z","avatar_url":"https://github.com/AliBahaari.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ResolutionJS\n\n***ResolutionJS*** will not show a web page in a specified resolution. It just uses *JavaScript*.\n\n## Add Project\n\nJust link SliderJS to your project :\n```\n\u003cscript src=\"Resolution - 1.0.0.min.js\"\u003e\u003c/script\u003e\n```\n\n## Initializing\n\nThen, you should initialize properties, just copy the code below and paste it after the code above.\n```\n\u003cscript\u003e\n  Resolution({\n    clientWidth: 500,    // The maximum width of the window\n    clientHeight: 400,    // The maximum height of the window\n    backGround: '#555',    // The layer `background` property\n    textColor: '#F5F5F5',    // The layer text `color` property\n    zIndex: 10000,    // The layer `z-index` property\n    fontSize: '1.5rem',    // The layer text `font-size` property\n    fontFamily: 'TimesNewRoman',    // The layer text `font-family` property\n    displayMessage: 'Lorem Ipsum'    // A text for displaying\n  });\n\u003c/script\u003e\n```\n*Note :* All the properties above should be filled; `backGround`, `textColor`, `fontSize`, `fontFamily`, `displayMessage` should be ***String***; `clientWidth`, `clientHeight`, `zIndex` should be ***Integer***.\n\n## Minified\n\nIn the minified version, it uses Babel to feel free for using in old version browsers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falibahaari%2Fresolutionjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falibahaari%2Fresolutionjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falibahaari%2Fresolutionjs/lists"}