ngx-image-zoom icon indicating copy to clipboard operation
ngx-image-zoom copied to clipboard

Not Working with Angular12

Open husainsr opened this issue 1 year ago • 2 comments

There is no output and no error while i am using this library with angular12

husainsr avatar Dec 11 '23 09:12 husainsr

Issue

Height and Width Issue, how to solve it ?

husainsr avatar Dec 12 '23 04:12 husainsr

I've added some resize logic in my code to scale the images as I wanted them. You can use the (imagesLoaded) emitter on the ngx-image-zoom element to run a method to resize them. I'm guessing your issue comes from something else, possibly the source image, further debugging might solve it.

SimonJ-DR avatar Jan 04 '24 08:01 SimonJ-DR