-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
width and height with 0px #51
Comments
Hi, I just released 0.5.0 with Angular9 support where I tweaked the image sizing a bit. Does the problem still exist in that version? And when you say dynamic image, do you mean dynamic in that it's generated by server code rather than being a static image? Or do you mean dynamic in that you change what image is being shown? |
The 2 ways both server and how to change it. |
I had the same problem, so I downloaded the library's to figure it out ...
I don't think that the method responsible for assigning the width and the height is working properly. |
Any Update on this? or any workaround, i am stuck because of this |
Hi, This is working for me... its a manual solution, but its urgent now: I'm using "ngx-image-zoom": "^0.6.0", Angular 9 and DOM elements: in my html:
in my TS file:
... and in my css file:
i'm not sure if is a best practice, but is a solution for me Regards, |
My workaround was:
|
I'm trying to make a dynamic image of the server be shown with zoom or it is there but it is not shown
The text was updated successfully, but these errors were encountered: