szym / display

Lightweight browser-based display server
MIT License
212 stars 46 forks source link

display.image Images no Longer Zoom #42

Closed mathewhall closed 7 years ago

mathewhall commented 7 years ago

In the zoom function, self.width and self.height (in panes.js lines 451 and 452) are always 0 (so the image disappears when a user tries to zoom by scrolling). It doesn't seem to be due to an update in the display utility, but I'm wondering if anyone else has experienced this issue and has tracked down a root cause.

ashafaei commented 7 years ago

See https://github.com/szym/display/pull/40 I don't know know why it is not merged yet.

mathewhall commented 7 years ago

Thanks so much!