{"id":27882928,"url":"https://github.com/iparmentier/magento2-gallery-extras","last_synced_at":"2025-05-05T06:09:56.905Z","repository":{"id":284583377,"uuid":"955412513","full_name":"iparmentier/magento2-gallery-extras","owner":"iparmentier","description":"Amadeco GalleryExtras is a Magento 2 module that extends the native Fotorama Product Gallery by adding custom configuration parameters (minwidth, maxwidth, minheight, maxheight). Designed to overcome Magento's limitations, it offers a seamless and flexible way to tailor your product gallery display.","archived":false,"fork":false,"pushed_at":"2025-04-15T11:13:40.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T06:09:47.450Z","etag":null,"topics":["fotorama","gallery-images","magento2","magento2-extension","magento2-module","magento2-theme"],"latest_commit_sha":null,"homepage":"https://www.amadeco.fr","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"osl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iparmentier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2025-03-26T15:44:08.000Z","updated_at":"2025-04-15T11:13:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d8d7029-6ee2-4739-b1da-b675bdcf65ca","html_url":"https://github.com/iparmentier/magento2-gallery-extras","commit_stats":null,"previous_names":["amadeco/module-gallery-extras","iparmentier/magento2-gallery-extras"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iparmentier%2Fmagento2-gallery-extras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iparmentier%2Fmagento2-gallery-extras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iparmentier%2Fmagento2-gallery-extras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iparmentier%2Fmagento2-gallery-extras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iparmentier","download_url":"https://codeload.github.com/iparmentier/magento2-gallery-extras/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252448585,"owners_count":21749495,"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":["fotorama","gallery-images","magento2","magento2-extension","magento2-module","magento2-theme"],"created_at":"2025-05-05T06:09:56.367Z","updated_at":"2025-05-05T06:09:56.904Z","avatar_url":"https://github.com/iparmentier.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amadeco GalleryExtras Module for Magento 2\n\n[![Latest Stable Version](https://img.shields.io/github/v/release/Amadeco/module-gallery-extras)](https://github.com/Amadeco/module-gallery-extras/releases)\n[![Magento 2](https://img.shields.io/badge/Magento-2.4.x-brightgreen.svg)](https://magento.com)\n[![PHP](https://img.shields.io/badge/PHP-8.1|8.2|8.3-blue.svg)](https://www.php.net)\n[![License](https://img.shields.io/github/license/Amadeco/module-gallery-extras)](https://github.com/Amadeco/module-gallery-extras/blob/main/LICENSE)\n\n[SPONSOR: Amadeco](https://www.amadeco.fr)\n\n## Overview\n\nThe Amadeco GalleryExtras module enriches your Magento store by extending the native Fotorama Product Gallery. Born from the desire to overcome Magento’s limitations, this module breathes new life into your gallery by adding custom parameters that allow you to control the stage container dimensions with finesse and precision.\n\n## Features\n\n- **Enhanced Gallery Options**: Seamlessly inject extra parameters into Fotorama options:\n  - **minwidth**: Sets the minimum width of the stage container in pixels or percentages.\n  - **maxwidth**: Sets the maximum width of the stage container in pixels or percentages.\n  - **minheight**: Sets the minimum height of the stage container in pixels or percentages.\n  - **maxheight**: Sets the maximum height of the stage container in pixels or percentages.\n- **Precision \u0026 Flexibility**: Fine-tune your product gallery’s presentation beyond the native Magento limitations.\n- **Smooth Integration**: Automatically extends Magento's GalleryOptions without disrupting your theme's design.\n\n## Installation\n\n### Composer Installation\n\nExecute the following commands in your Magento root directory:\n\n```bash\ncomposer require amadeco/module-gallery-extras\nbin/magento module:enable Amadeco_GalleryExtras\nbin/magento setup:upgrade\nbin/magento setup:di:compile\nbin/magento setup:static-content:deploy\n```\n\n### Manual Installation\n\n1. Create directory `app/code/Amadeco/GalleryExtras` in your Magento installation\n2. Clone or download this repository into that directory\n3. Enable the module and update the database:\n\n```bash\nbin/magento module:enable Amadeco_GalleryExtras\nbin/magento setup:upgrade\nbin/magento setup:di:compile\nbin/magento setup:static-content:deploy\n```\n\n## Usage\n\nOnce installed, the GalleryExtras module automatically extends the Fotorama gallery options with the following new parameters (defined in theme etc/view.xml file):\n\n- **minwidth**: Stage container minimum width.\n- **maxwidth**: Stage container maximum width.\n- **minheight**: Stage container minimum height.\n- **maxheight**: Stage container maximum height.\n\nNote: Magento’s default view.xml does not support these options. GalleryExtras elegantly fills this gap by injecting these parameters at runtime, giving you unparalleled control over your product gallery’s layout.\n\n## Compatibility\n\n- Magento 2.4.x\n- PHP 8.1, 8.2, 8.3\n\n## Contributing\n\nContributions are welcome! Please read our [Contributing Guidelines](CONTRIBUTING.md).\n\n## Support\n\nFor issues or feature requests, please create an issue on our GitHub repository.\n\n## License\n\nThis module is licensed under the Open Software License (\"OSL\") v3.0. See the [LICENSE.txt](LICENSE.txt) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiparmentier%2Fmagento2-gallery-extras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiparmentier%2Fmagento2-gallery-extras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiparmentier%2Fmagento2-gallery-extras/lists"}