iqnection-modules/image-utilities
Composer 安装命令:
composer require iqnection-modules/image-utilities
包简介
IQnection SilverStripe Image Utilities Module
关键字:
README 文档
README
Install
composer require iqnection-modules/image-utilities
Additional Methods:
- FillFrom & FillMaxFrom: allows you to crop an image from a desired position, rather than just the center
$MyImage.CropFrom(300,300,'top')
<%-- pulling position from controller --%>
$MyImage.CropFrom(300,300,$CropPosition)
<img src="$MyImage.CropFrom(300,300,'top').URL" />
Configurations
If not specified in your template, you must add the crop position to your model or controller that's providing the image Defaults to "center"
统计信息
- 总下载量: 66
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2019-10-10