natashawylie / iviewer

image viewer plugin for jquery
233 stars 97 forks source link

re-render document #96

Closed AmitMY closed 7 years ago

AmitMY commented 8 years ago

Im using AngularJS and iviewer in a modal. because the modal is hidden at first, the doc is rendered incorrectly, until I do like F12 twice, then it re-renders. Is there an event I can use?

can3p commented 8 years ago

I don't remember exactly, but most probably iviewer listens for resize event. You can try calling update() method when you feel it necessary as well