Foodee / ember-async-image

A lightweight performance minded image component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember-async-image

npm version Build Status Ember Observer Score

A lightweight performance minded image component.

{{async-image}} is a 1:1 drop in replacement for <img >, introducing no additional markup and containing optimized teardown and image swapping.

Extracted from smoke-and-mirrors

Usage

{{async-image
  src=(if attrs.imageSrc attrs.imageSrc attrs.imagePlaceholder)
  alt=attrs.imageAlt
  title=attrs.imageTitle
}}

About

A lightweight performance minded image component.

License:MIT License


Languages

Language:JavaScript 86.0%Language:HTML 13.7%Language:Handlebars 0.4%