iframes don't show in artificer

Iframes don't show in artificer. How to I show iframes?

  • 760
  • More
Replies (6)
    • My sites use iframes a lot.

      • I frames don't show up in Lucid either. It's a bug in una 13 doesn't show iframes.

        • I was testing it some more. The only time iframes seem to work properly is in the designer app when I put the iframe in the splash and enable splash, but it only works in the splash. It should work throughout the site though.

          • Hello@Genesis !

            Is it possible to share the example of a non-working iframe? Some hosting disable the possibility to post similar content like that but usually the attempt to post it drives to the error 500.

            • Its the new UNA. 12 works fine. Here is an example

              <iframe src="mypage.html" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">

                  Your browser doesn't support iframes

              </iframe>

              • UPDATE: after some code optimization, the iframe has appeared on the page.

                Login or Join to comment.