1.0.3 • Published 3 years ago

taro-lazyload-image v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

taro-lazyload-image

基于 Taro 的一个 图片懒加载 的组件

安装

Taro 2

npm i taro-lazyload-image -S

代码演示

import LazyImage from 'taro-lazyload-image';
<LazyImage
  src="https://wx-static.yidejia.com/resource-1605171426513-51703.jpg"
  thumb="https://wx-static.yidejia.com/resource-1605171426513-51703.jpg?imageView2/2/w/60"
  mode="widthFix"
/>

效果截图

效果视频链接
https://wx-static.yidejia.com/resource-1605172531725-75988.mp4

API

Props 属性如下

参数说明类型默认值
src图片地址string-
thumb缩略图地址string-
mode模式,同微信 Image 组件 modestringscaleToFill

⚠ 注意

  • 目前仅支持 基于 Taro2.x 的微信小程序