Not working with extarnal image links
shiv122 opened this issue · 2 comments
shiv122 commented
Environment
No response
Reproduction
<script setup> import { exportToPDF } from "#imports"; const pdfSection = ref(null); </script>Describe the bug
When i use image from cdn, it gives me a blank space after image
Additional context
No response
Logs
No response
Benjamin-23 commented
I have the same issue .. my table consist of data.... with some images but can't export as Pdf.
zoey-kaiser commented
Hi both of you. Could you please give me an example of an image that is not working? I used some external images as well (also inside the playground) and it worked for me. Maybe there is some kind of blocker?
Otherwise a reproduction would be very appreciated 🙏