{"id":32258710,"url":"https://github.com/varararun/photo-tiles","last_synced_at":"2026-03-11T13:17:30.338Z","repository":{"id":57323163,"uuid":"80690593","full_name":"varararun/photo-tiles","owner":"varararun","description":"Photo Tiles Demo","archived":false,"fork":false,"pushed_at":"2017-02-26T20:06:37.000Z","size":883,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-09T07:31:12.998Z","etag":null,"topics":["bower-components","demo","grid","layout","photo-tiles"],"latest_commit_sha":null,"homepage":"http://avarghese.me/photo-tiles","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/varararun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-02T03:41:51.000Z","updated_at":"2020-09-20T19:40:26.000Z","dependencies_parsed_at":"2022-08-30T20:01:46.322Z","dependency_job_id":null,"html_url":"https://github.com/varararun/photo-tiles","commit_stats":null,"previous_names":["arvarghese/photo-tiles"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/varararun/photo-tiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varararun%2Fphoto-tiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varararun%2Fphoto-tiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varararun%2Fphoto-tiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varararun%2Fphoto-tiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varararun","download_url":"https://codeload.github.com/varararun/photo-tiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varararun%2Fphoto-tiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30382666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T12:49:11.341Z","status":"ssl_error","status_checked_at":"2026-03-11T12:46:41.342Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["bower-components","demo","grid","layout","photo-tiles"],"created_at":"2025-10-22T19:51:54.608Z","updated_at":"2026-03-11T13:17:30.320Z","avatar_url":"https://github.com/varararun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub version](https://badge.fury.io/gh/varararun%2Fphoto-tiles.svg)](https://badge.fury.io/gh/varararun%2Fphoto-tiles)\n[![Build Status](https://travis-ci.org/varararun/photo-tiles.svg?branch=master)](https://travis-ci.org/varararun/photo-tiles) \n\n# PhotoTiles\n\n#### Photo Tiles, JS implementation of Mac's Photo Tiles Screensaver\n\n### [Changelog](https://github.com/varararun/photo-tiles/wiki/Changelog)\n### [Contribution Guidelines](https://github.com/varararun/photo-tiles/wiki/Contributing)  \n### [Submitting Issues](https://github.com/varararun/photo-tiles/wiki/Issue-Template)  \n\n### Run Demo on Your Machine\n```bash\n$ npm start\n```  \n\n### Install\n```bash\n$ bower install --save photo-tiles\n```  \n\n### Usage\n~~~ javascript\n\u003chead\u003e \n    ... \n    \u003c!-- Bower --\u003e\n    \u003clink rel=\"stylesheet\" href=\"${BOWER_DIR}/photo-tiles/dist/css/photo-tiles.min.css\"\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n...\n\u003cdiv class=\"photo-tiles-container\"\u003e\u003c/div\u003e\n\u003c!-- Bower --\u003e\n\u003cscript type=\"text/javascript\" src=\"${BOWER_DIR}/photo-tiles/dist/js/photo-tiles-min.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    PhotoTiles.initialize({\n        demoMode: true\n    });\n\u003c/script\u003e\n\u003c/body\u003e\n~~~\n\n### Customization\n~~~ javascript\n\u003cscript\u003e\n\tPhotoTiles.initialize({\n        // optional; true launches demo.  \n        demoMode: false,\n        // element used to generate the photo layout.            \n        container: \".photo-tiles-container\",\n        // true = start animation on load.\n        shouldPlay: true,\n        // how long before images shift.\n        transition: 2000,                        \n        // list of img urls to use in the photo tiles container.\n        photoList = [\n            \"assets/images/demo/demo-image-1.jpeg\",\n            \"assets/images/demo/demo-image-2.jpeg\"\n            ...\n        ]\n\t});\n\u003c/script\u003e \n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarararun%2Fphoto-tiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarararun%2Fphoto-tiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarararun%2Fphoto-tiles/lists"}