PHPackages                             trych/kirby-lottie-file-preview - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. trych/kirby-lottie-file-preview

ActiveKirby-plugin

trych/kirby-lottie-file-preview
===============================

Kirby CMS plugin that adds Lottie animation file previews to the panel.

1.0.2(10mo ago)2372↓33.3%1MITPHP

Since Jun 28Pushed 10mo agoCompare

[ Source](https://github.com/trych/kirby-lottie-file-preview)[ Packagist](https://packagist.org/packages/trych/kirby-lottie-file-preview)[ Docs](https://github.com/trych/kirby-lottie-file-preview)[ RSS](/packages/trych-kirby-lottie-file-preview/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

Kirby Lottie File Preview
=========================

[](#kirby-lottie-file-preview)

A Kirby CMS plugin that adds [Lottie](https://lottiefiles.com/) animation file previews to the panel.

[![Kirby Lottie File Preview](https://raw.githubusercontent.com/trych/kirby-lottie-file-preview/refs/heads/assets/screenshots/lottie-field-preview.webp)](https://raw.githubusercontent.com/trych/kirby-lottie-file-preview/refs/heads/assets/screenshots/lottie-field-preview.webp)

Features
--------

[](#features)

- 🎬 Preview Lottie animations directly in the Kirby Panel
- ⚙️ Configurable player options (controls, autoplay, loop, speed, etc.)
- 🔧 Custom detail fields support

Installation
------------

[](#installation)

### Via Composer (recommended)

[](#via-composer-recommended)

```
composer require trych/kirby-lottie-file-preview
```

### Manual Installation

[](#manual-installation)

1. Download the latest release
2. Extract to `site/plugins/lottie-file-preview`

### Via Git Submodule

[](#via-git-submodule)

```
git submodule add https://github.com/trych/kirby-lottie-file-preview.git site/plugins/lottie-file-preview
```

Requirement
-----------

[](#requirement)

- Kirby v5

Usage
-----

[](#usage)

The plugin automatically adds a preview for Lottie JSON files in the panel file view. No additional configuration is required for basic usage.

Configuration
-------------

[](#configuration)

You can customize the plugin behavior with the following properties in your `config.php` (shown are the default values):

```
