标题 | 内容 |
类型 | 通用 |
支持布局 | responsive, fixed-height, fixed, container 文档 |
所需脚本 | https://mipcache.bdstatic.com/static/v1/mip-anim/mip-anim.js |
示例
带placeholder的加载方式
<mip-anim
layout="fixed" width=210 height=210 src="xxx" alt="an animation">
<mip-img
layout="fixed-height" width=210 height=210 src="xxxx">
</mip-img>
</mip-anim>
只有gif图
<mip-anim
layout="fixed" width=210 height=210 src="xxx"alt="an animation">
</mip-anim>
属性
src
说明:图片路径
必选项:是
类型:字符串
取值范围:URL
时间: 2024-09-28 10:47:08