danomatic / react-pdf-html

Render HTML in react-pdf
MIT License
172 stars 40 forks source link

Image width 'auto' and maxWidth 100% if size not specified #60

Open ElviKr2 opened 1 year ago

ElviKr2 commented 1 year ago

Please could you add width 'auto' support if no image size specified? it would be helpful when having small images, is easy to fit maxWidth to 100% when images are large, but not to keep natural width or height for small images, they take 100% page width. Thank you.

image