https://github.com/daun/statamic-asset-thumbnails
Generate asset thumbnails for unusual file formats
https://github.com/daun/statamic-asset-thumbnails
Last synced: 8 months ago
JSON representation
Generate asset thumbnails for unusual file formats
- Host: GitHub
- URL: https://github.com/daun/statamic-asset-thumbnails
- Owner: daun
- Created: 2025-10-08T20:58:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-14T10:27:33.000Z (8 months ago)
- Last Synced: 2025-10-14T11:12:26.033Z (8 months ago)
- Language: PHP
- Size: 1.09 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Statamic Advanced Asset Thumbnails
[](https://packagist.org/packages/daun/statamic-asset-thumbnails)
**Generate asset thumbnails for exotic file formats like videos, raw photos, audio files and documents.**

> [!NOTE]
> Requires Statamic 6, which is currently in alpha, so the implementation might change and things
> could break at any time. Please report any issues you encounter.
## How It Works
The addon generates control panel thumbnails for non-image file by integrating with a
third-party file conversion service and caching the resulting image preview. Currently it supports
the following service. Support for CloudConvert is planned.
- [Transloadit](https://transloadit.com/): 9$/month, free tier available
## Quick Start
1. Install using `composer require daun/statamic-asset-thumbnails`
2. Publish the config using `php artisan vendor:publish --tag=statamic-asset-thumbnails-config`
3. Configure the driver and credentials in `config/statamic-asset-thumbnails.php`
## License
This addon is paid software with an open-source codebase. To use it in production, you'll need
to [buy a license](https://statamic.com/addons/daun/asset-thumbnails) from the Statamic Marketplace.