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

    • Janitor Run command – like cleaning the cache – from within the Panel via a customizable button, directly in PHP code or with a cronjob K5 K4 K3
    • Merx A powerful toolkit to cre­ate your very own on­line shop. Start entirely from scratch or integrate a store into your ex­ist­ing Kirby web­si… K5 K4 K3
    • 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

    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