Pierre Skowron

Results 13 comments of Pierre Skowron

Any quick fix / clue for it? PLEASE I need it now, not in July tbh..

Here is my trick: **home.html** ```html ``` **home.ts** ```typescript @ViewChild('zoomWrapper') zoomWrapper: ElementRef; @ViewChild('zoomImg') zoomImg: ElementRef; ngOnInit() { if (this.zoomWrapper && this.zoomImg) { // this is to set the container's height...

It works in my case.. But it's super _hacky_ IMO