Embed with dmxbind won't work

Hello Wapplers,

I’m trying to display PDF preview as a embedded html component and unfortunately it won’t work with dmxbind options. I was trying what @Teodor suggested in this topic but it won’t work.

In code bellow PDF file won’t show: <div class="col-12"><embed type="application/pdf" width="100%" height="600px" dmx-bind:src="'pdf/Q2021-1.pdf'"></div>

But if I change to html tag everything works as expected: <div class="col-12"><embed src="pdf/Q2021-1.pdf" type="application/pdf" width="100%" height="600px"></div>

So my general idea is to dynamically display PDF and take data from DMX variable.

I would be grateful for any solution or workaround provided.

Community Page
Last updated: