agence-repliq / kirby-gallery-block
为 Kirby CMS 块编辑器定制的自定义画廊块
1.0.4
2023-10-12 12:56 UTC
Requires
README
该想法是为块编辑器中的每个图像直接提供替代文本。
如何开发
安装依赖
npm install
启动监视过程
npm run dev
启动构建过程
npm run build
缩略图配置文件
将以下配置示例放入 config.php
'thumbs' => [ 'presets' => [ 'default' => ['width' => 1400, 'height' => 1400, 'quality' => 60], 'xl' => ['width' => 1200, 'height' => 1200, 'quality' => 60], 'md' => ['width' => 600, 'height' => 600, 'quality' => 60], 'sm' => ['width' => 300, 'height' => 300, 'quality' => 60], 'xs' => ['width' => 160, 'height' => 160, 'quality' => 60], ], 'srcsets' => [ 'default' => [ '1x' => ['width' => 800, 'height' => 800, 'quality' => 60,'format' => 'webp'], '2x' => ['width' => 1400, 'height' => 1400, 'quality' => 60,'format' => 'webp'] ], 'xl' => [ '1x' => ['width' => 600, 'height' => 600, 'quality' => 60,'format' => 'webp'], '2x' => ['width' => 1200, 'height' => 1200, 'quality' => 60,'format' => 'webp'] ], 'md' => [ '1x' => ['width' => 300, 'height' => 300, 'quality' => 60,'format' => 'webp'], '2x' => ['width' => 600, 'height' => 600, 'quality' => 60,'format' => 'webp'] ], 'sm' => [ '1x' => ['width' => 150, 'height' => 150, 'quality' => 60,'format' => 'webp'], '2x' => ['width' => 300, 'height' => 300, 'quality' => 60,'format' => 'webp'] ], 'xs' => [ '1x' => ['width' => 80, 'height' => 80, 'quality' => 60,'format' => 'webp'], '2x' => ['width' => 160, 'height' => 160, 'quality' => 60,'format' => 'webp'] ], ] ],
免责声明
本插件提供“原样”且不提供任何保证。请自行承担风险使用,并在将插件用于生产环境之前始终自行测试。
许可协议
不建议在任何推广种族主义、性别歧视、同性恋恐惧症、动物虐待、暴力或任何其他形式仇恨言论的项目中使用此插件。