Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Timo Rychert Timo Rychert

    Lottie File Preview

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

    Source

    Manual

    Download and extract the folder to site/plugins/lottie-file-preview

    Composer

    Git Submodule

    Version
    1.0.2
    License
    MIT
    Stars
    1
    Supports
    K5
    Created
    28 Jun 2025
    Updated
    30 Jun 2025

    Info

    Topics
    • Media
    • Panel
    Implements
    • File preview(s)
    Support
    • Issues
    • Email
    Latest releases
    • 1.0.2
    • 1.0.0

    Similar plugins

    • DreamForm The form builder plugin that makes forms just work like magic. Build single or multi-step forms in the panel, create Zapier-like submission … K5 K4
    • Podcaster Podcaster is a complete solution for publishing your podcast. Podcaster has you covered with simple and easy feed management, detailed analy… K5 K4 K3
    • Navigation Menu builder field to create any type of navigation menu K5 K4 K3

    More by Timo Rychert

    More
    • $page->title()
        ->merge($page->artist())
        ->prefix('Coming soon: ')
        ->when($page->release()->toDate() > time())
      Field Composer Field methods to help compose complex strings from content fields: merge, manipulate, conditional logic and more. K5 K4