Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 820 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 820 Bytes

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
}}