Not Showing Image in ngx-image-zoom

1.7k Views Asked by At
 <ngx-image-zoom [thumbImage]=imageString [fullImage]=imageString [magnification]="1"
        [enableScrollZoom]="true" [enableLens]="true" [lensWidth]="200"></ngx-image-zoom>

imageString  = "https://localhost:5101/DoImages/dced0609-1d03-4cd8-80ad-4ace5507e26d_fullres.jpg"

Im getting image clearly but its not showing in ngx-image-zoom control. already imported required library as "import { NgxImageZoomModule } from 'ngx-image-zoom';" in app.module.ts and also from component module but dist showing image? what wrong with above?

1

There are 1 best solutions below

2
On

Try to change the tag to lib-ngx-image-zoom as stated in the official documentation.