文件名称:ember-aspect-ratio-image:一个Ember组件,可保持图像的正确长宽比,在响应式布局中很有用
文件大小:23KB
文件格式:ZIP
更新时间:2024-05-22 06:06:56
JavaScript
灰烬纵横比图像 一种Ember组件,可保持图像的正确长宽比,在响应式布局中很有用。 该插件还提供了最少的以使响应图像起作用。 类似于在上处理响应式图像的方式 安装 $ npm install ember-aspect-ratio-image --save-dev 请注意, 0.1.0需要Ember 1.13.0+。 如果您使用的是旧版本的Ember,请使用0.0.x 用法 {{ aspect-ratio-image width = 2000 height = 1125 src = " http://placekitten.com/2000/1125 " }} 您可以使用自己的图像元素(例如,当您想添加类名称等时),只是不要忘记width / height属性... {{ #aspect-ratio-image width = 2000 height = 1125 }} < im
【文件预览】:
ember-aspect-ratio-image-master
----.jshintrc(518B)
----.gitignore(247B)
----app()
--------components()
--------templates()
--------.gitkeep(0B)
----package.json(2KB)
----LICENSE.md(1KB)
----.bowerrc(60B)
----.watchmanconfig(29B)
----.travis.yml(578B)
----index.js(181B)
----addon()
--------.gitkeep(0B)
--------component.js(468B)
----testem.json(198B)
----README.md(2KB)
----vendor()
--------.gitkeep(0B)
--------aspect-ratio-image.css(168B)
----tests()
--------.jshintrc(833B)
--------dummy()
--------unit()
--------helpers()
--------index.html(960B)
--------test-helper.js(112B)
----config()
--------ember-try.js(607B)
--------environment.js(90B)
----.ember-cli(280B)
----ember-cli-build.js(501B)
----.npmignore(160B)
----bower.json(478B)
----.editorconfig(543B)