Giter Club home page Giter Club logo

mina-lazy-image's Introduction

mina-lazy-image

小程序图片懒加载组件

背景

图片性能问题

小程序原生图片组件 image 提供的图片懒加载功能限制过多,只针对 pagescroll-view 下的 image 有效。

实现

mina-lazy-image 在小程序基础库 1.9.3 以上版本启用图片懒加载,当图片出现在视口内时加载图片。对于低版本,则直接显示图片。

使用

安装组件

npm install mina-lazy-image --save

配置组件

{
  "usingComponents": {
    "lazy-image": "path/to/mina-lazy-image"
  }
}

使用组件

<lazy-image mode="{{mode || 'aspectFill'}}" styles="{{styles}}" src="{{src}}"></lazy-image>

Tips:

  • 请务必通过 styles 给图片设置宽高

mina-lazy-image's People

Contributors

alexayan avatar

Stargazers

Musa Tabitai avatar  avatar

Watchers

Ben avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.