-
Problem I facedThe images in table display in quite different width between Windows and MacOS
I had tried inline and floating position but still can't fixed this question. Does anyone know the correct setting or face the same problems? In WindowsIn MacOS (photo by colleague, about 1/2 width and height only) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Could you show me the code which created this? |
Beta Was this translation helpful? Give feedback.
-
After several hours debugging I found the error came from another npm package - html-to-image. I turn to ask server side render specific width and height image instead of doing this at frontend then everything goes right.
Still, thanks for helping. |
Beta Was this translation helpful? Give feedback.
After several hours debugging I found the error came from another npm package - html-to-image.
Different size of screen get different blob result though they look same when download it.
I turn to ask server side render specific width and height image instead of doing this at frontend then everything goes right.
https://codesandbox.io/s/generate-docx-with-player-list-table-qpt96
Still, thanks for helping.