This extension lets you add figures to your content files. It supports video files.
- Put
kirbytext.extended.php
in yoursite/plugins
folder - Make sure to install the video plugin for video support
Add figures to your content files like this:
(figure: photo.jpg caption: What a great photo! link: flickr.com)
And for videos just use a video as a filename:
(figure: video.mp4 caption: My cat width: 640 height: 480)
Use multiple file formats by specifying "webm", "ogv" and "mp4":
(figure: video.mp4 webm: video.webm webm: video.ogv)