{"id":20691352,"url":"https://github.com/metafizzy/flickity-imagesloaded","last_synced_at":"2025-04-22T17:03:32.002Z","repository":{"id":26297909,"uuid":"29745759","full_name":"metafizzy/flickity-imagesloaded","owner":"metafizzy","description":"enables imagesLoaded option for Flickity","archived":false,"fork":false,"pushed_at":"2022-11-16T14:20:48.000Z","size":16,"stargazers_count":20,"open_issues_count":3,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-13T04:38:24.802Z","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/metafizzy.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-01-23T18:08:14.000Z","updated_at":"2025-03-05T23:37:18.000Z","dependencies_parsed_at":"2022-07-24T10:31:57.528Z","dependency_job_id":null,"html_url":"https://github.com/metafizzy/flickity-imagesloaded","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metafizzy%2Fflickity-imagesloaded","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metafizzy%2Fflickity-imagesloaded/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metafizzy%2Fflickity-imagesloaded/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metafizzy%2Fflickity-imagesloaded/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metafizzy","download_url":"https://codeload.github.com/metafizzy/flickity-imagesloaded/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250285506,"owners_count":21405296,"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-11-16T23:16:22.143Z","updated_at":"2025-04-22T17:03:31.952Z","avatar_url":"https://github.com/metafizzy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flickity imagesLoaded\n\nEnables the `imagesLoaded` option for [Flickity](http://flickity.metafizzy.co)\n\n``` js\nvar flkty = new Flickity( '.carousel', {\n  // re-position cells when images load\n  imagesLoaded: true\n})\n```\n\n## Install\n\nThis package is already included in `flickity.pkgd.js` and `flickity.pkgd.min.js`. You do not need to install this package if you are using those files.\n\nBower: `bower install flickity-imagesloaded`\n\nnpm: `npm install flickity-imagesloaded`\n\n### RequireJS\n\n``` js\nrequirejs( [ 'path/to/flickity-imagesloaded' ], function( Flickity ) {\n  var flkty = new Flickity( '.carousel', {\n    imagesLoaded: true\n  });\n});\n```\n\n### Browserify\n\n``` js\nvar Flickity = require('flickity-imagesloaded');\n\nvar flkty = new Flickity( '.carousel', {\n  imagesLoaded: true\n});\n```\n\n---\n\nBy [Metafizzy](http://metafizzy.co)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetafizzy%2Fflickity-imagesloaded","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetafizzy%2Fflickity-imagesloaded","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetafizzy%2Fflickity-imagesloaded/lists"}