markswindoll / jQuery-Word-Export

jQuery plugin for exporting HTML and images to a Microsoft Word document
http://markswindoll.github.io/jquery-word-export/
MIT License
220 stars 145 forks source link

Getting error: uncaught typeerror cannot set property 'width' of null when the content contains images #4

Closed debiprasad closed 9 years ago

debiprasad commented 9 years ago

I am getting the following error, if the HTML content contains any image:

Uncaught typeerror: Cannot set property 'width' of null when the content contains images

But if I don't have any images, then I don't see this issue.

markswindoll commented 9 years ago

Images should now be working.

debiprasad commented 9 years ago

Sorry for my late reply. I was busy with some other tasks and did not look at it. It works fine now. Thank you.