Skip to content

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

License

Notifications You must be signed in to change notification settings

AdrianSilvadoNascimento/red-zoom-angular

This branch is 2 commits ahead of, 13 commits behind scompiler/red-zoom-angular:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a808832 · Oct 18, 2022

History

83 Commits
May 24, 2021
Dec 15, 2021
Oct 18, 2022
Apr 12, 2020
Dec 15, 2021
Dec 15, 2021
Oct 1, 2019
Nov 19, 2020
Oct 24, 2019
May 24, 2021
Sep 2, 2020
Dec 15, 2021
Dec 15, 2021
Dec 15, 2021

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 43.4%
  • SCSS 24.3%
  • HTML 19.1%
  • JavaScript 13.2%