nodoxi / craft-simple-video-sizes

从视频中获取数据并保存到标准字段

v1.0.2 2023-03-29 11:57 UTC

This package is auto-updated.

Last update: 2024-09-29 15:34:25 UTC


README

从视频中获取数据并保存到标准字段

要求

此插件需要Craft CMS 4.4.1或更高版本,以及PHP 8.0.2或更高版本。

安装

您可以从插件商店或使用Composer安装此插件。

使用方法

videoWidth: url @get_width
videoHeight: url @get_height

从插件商店

转到您的项目控制面板中的插件商店,搜索“Simple Video Sizes”,然后点击“安装”。

使用Composer

打开您的终端,并运行以下命令

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require nodoxi/craft-simple-video-sizes

# tell Craft to install the plugin
./craft plugin/install simple-video-sizes