{"id":21004770,"url":"https://github.com/halfzebra/jquery-masonry-autofill","last_synced_at":"2026-02-06T04:01:11.265Z","repository":{"id":58234756,"uuid":"44496937","full_name":"halfzebra/jquery-masonry-autofill","owner":"halfzebra","description":null,"archived":false,"fork":false,"pushed_at":"2015-10-19T07:54:47.000Z","size":152,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-11T19:52:38.731Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/halfzebra.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":"2015-10-18T21:16:59.000Z","updated_at":"2015-10-19T08:20:32.000Z","dependencies_parsed_at":"2022-08-31T09:42:13.867Z","dependency_job_id":null,"html_url":"https://github.com/halfzebra/jquery-masonry-autofill","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/halfzebra/jquery-masonry-autofill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fjquery-masonry-autofill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fjquery-masonry-autofill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fjquery-masonry-autofill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fjquery-masonry-autofill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halfzebra","download_url":"https://codeload.github.com/halfzebra/jquery-masonry-autofill/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fjquery-masonry-autofill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29149585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-19T08:37:50.673Z","updated_at":"2026-02-06T04:01:11.225Z","avatar_url":"https://github.com/halfzebra.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQuery.masonryAutoFill\n\nA jQuery plugin for [Masonry](http://masonry.desandro.com/).\n\nIspired by [Bootstrap + Masonry add blank divs when grid have empty spaces at the bottom](http://stackoverflow.com/questions/33141840/bootstrap-masonry-add-blank-divs-when-grid-have-empty-spaces-at-the-bottom)\n\nPlugin enables Masonry to fill-up empty space at the end of the row if amount of items is uneven in a symmetric grid.\n\nPlease see the demo on [JSFiddle](http://jsfiddle.net/7gzrg8wf/).\n\n#### Install with bower:\n\n```sh\n$ bower install jquery-masonry-autofill\n```\n\n### Usage\nInclude after jQuery.\n\n```html\n\u003cscript src=\"jquery.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n\u003cscript src=\"masonry.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n\u003cscript src=\"jquery-masonry-autofill.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n```\n\nCall the plugin on onDocumentReady in your JavaScript.\n\n```javascript\n$(function() {\n    // 'itemSelector' property is required.\n    $('.grid').masonry({itemSelector: '.item'}).masonryAutoFill({\n        // String to use for filler elements as HTML template.\n        fillerHtml: '\u003cdiv\u003e\u003c/div\u003e',\n\n        // Optional class name for a filler element.\n        fillerClassName : 'filler'\n    });\n});\n```\n\n### Licence\nThe jQuery.masonryAutoFill plugin is licensed under the MIT license:\nhttp://en.wikipedia.org/wiki/MIT_License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalfzebra%2Fjquery-masonry-autofill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalfzebra%2Fjquery-masonry-autofill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalfzebra%2Fjquery-masonry-autofill/lists"}