Open abisiaux opened 2 years ago
Hello,
I am not able to render a PDF with images side by side.
Example :
<table width="100%"> <tbody> <tr> <td style="width: 50%"><img style="max-width: 100%" src="https://i.picsum.photos/id/866/600/300.jpg?hmac=Zlb4VEJZKg8E6U7UZGt9Mq8Ly0cZsb8ZloMpw_5WB2M" /></td> <td style="width: 50%"><img style="max-width: 100%" src="https://i.picsum.photos/id/866/600/300.jpg?hmac=Zlb4VEJZKg8E6U7UZGt9Mq8Ly0cZsb8ZloMpw_5WB2M" /></td> </tr> </tbody> </table>
produces :
Any news on this?
Unfortunately no, we decided to export one image per line while waiting for a fix.
Too bad, that would be an awesome improvement
Hello,
I am not able to render a PDF with images side by side.
Example :
produces :