1.1.0 • Published 8 years ago
ngx-blurred-image v1.1.0
Installation
Install the npm package.
npm i ngx-blurred-imageImport module:
import { BlurredImageComponent } from 'ngx-blurred-image/components';
@NgModule({
declarations: [ BlurredImageComponent ]
})Usage
<div blurred-image
[small]="base64"
preview="/assets/img/annie-spratt-419262-preview.jpg"
[size]="{width: 880, height: 587}"
></div>Properties
| name | type | description |
|---|---|---|
| small | string | Thumbnail image in base64 format. |
| preview | string | Path to full-size image. |
| size | object | Width and height of the container with the image. |
| delay | number | The delay in ms before showing the image. |