umanit/sonata-media-liip-imagine-bridge-bundle
Composer 安装命令:
composer require umanit/sonata-media-liip-imagine-bridge-bundle
包简介
A bridge between LiipImagineBundle and SonataMediaBundle.
README 文档
README
This bundle is a bridge to use LiipImagineBundle with SonataMediaBundle.
Installation
composer req umanit/sonata-media-liip-imagine-bridge-bundle
Usage
Two twig filters are provided:
image
Use it to display a full img tag.
{{ object.media|image({width: 350, height: 200, alt: object.title, class: 'my-fancy-class'}, 'outbound') }}
You must at least provide the options width and height.
media_path
Use this one to only display the path of an image.
<img src="{{ object.media_path|image(350, 200, 'outbound' }}">
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-18