F

Felix S

Member

Last active 4 years ago

  1. 4 years ago
    Sun Jun 2 12:12:36 2019
    F Felix S started the conversation Attached html does not work in Smart Object.

    Hello,

    I want to include an html document in a Smart Object with an iframe. It works perfectly as long as I give source path to the html document on my desktop. But when I attach the html file and the its URL as the source path it does not work.

    Here is the code:
    <iframe
    src="../uncategorized/via.html"
    width="100%"
    height="100%"
    scrolling="no"
    frameborder="0"
    style="border:0">

    </iframe>

    Did I do anything wrong or is there any other way?