How can I embed HTML images/files into my website? #6732
Replies: 2 comments
-
Hello @jeetyadav98, If you have tried an iframe already, and it didn't work, then be more specific about it what happened. The file didn't load, did you check the Developer Tools and saw a 404 error or everything loaded and the iframe was still empty etc.? Note that an embedded file won't sync with your theme palette color etc. if you'd prefer for it to be synced, you'd need to extract the contents of the HTML's
|
Beta Was this translation helpful? Give feedback.
-
you could try the "svg" tag, here is the link to something about it i found on a website: https://www.w3schools.com/html/html5_svg.asp |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Title self explanatory. I basically have a lot of interactive plots which I save in html, and would like to be able to embed and interact with them in my website as well.
I've tried multiple ways - including it as a source file (which works for csv), using the html extrension etc. But none worked.
Any idea how this can be achieved?
Beta Was this translation helpful? Give feedback.
All reactions