0.13.0 • Published 5 months ago

ngx-red-zoom v0.13.0

Weekly downloads
318
License
MIT
Repository
github
Last release
5 months ago

RedZoom

RedZoom is a modern very easy-to-use image zoom library which made as Angular directive and fully stylable via CSS/SCSS.

Examples, documentation, changelog are available here.

Getting Started

  1. To install RedZoom, run the command below:
    npm install ngx-red-zoom
  2. Import module:

    import { RedZoomModule } from 'ngx-red-zoom';
    
    @NgModule({
        imports: [
            RedZoomModule
        ]
    })
    export class AppModule { }
  3. Import styles:

    @import '~ngx-red-zoom/styles/base.scss';
    @import '~ngx-red-zoom/styles/style-window.scss';
  4. Add directive to your image tag:
    <img
        src="example.jpg"
        redZoom="example.full.jpg"
        redZoomClass="red-zoom--style--window"
    >
0.12.0

5 months ago

0.13.0

5 months ago

0.10.0

1 year ago

0.11.0

1 year ago

0.9.0

2 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago