iFrame Support? Awaiting Answer

Avatar
  • updated
  • Not a bug
I don't ever want to leave UE, as I'm very happy. This means I'd need to embed. However, I cannot get the right measurement. Any ideas? Please look here, I'd like it to display full site, no scrolling because of width.

http://gymforgeeks.webs.com/forum

Current setup: <iframe src="http://gymforgeeks.com/" width="136%" height="500"></iframe>


Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Not a bug

Check this solution, CASE 2

Seems that it will work if we add support for Custom unfiltered content in the HTML block (UE Module)


http://www.ittreats.com/os/javascript/auto-resizing-iframe-height-in-the-page.html

Avatar
Sergey Stukov co-founder
  • Not a bug

Check this solution, CASE 2

Seems that it will work if we add support for Custom unfiltered content in the HTML block (UE Module)

Avatar
Mike Wentworth

Not a bug. I found a solution to display fully for all UE Users.


<iframe width="1027" height="768" src="http://www.yoursite.com" mce_src="http://www.yoursite.com" style="-webkit-transform:scale(0.5);-moz-transform-scale(0.5);" mce_style="-webkit-transform:scale(0.5);-moz-transform-scale(0.5);"></iframe>


It would be cool to have legitimate embed to fit the style of any website it's embedded on, though.


Avatar
Sergey Stukov co-founder
Avatar
Sergey Stukov co-founder
  • Answer
  • Not a bug

Check this solution, CASE 2

Seems that it will work if we add support for Custom unfiltered content in the HTML block (UE Module)


http://www.ittreats.com/os/javascript/auto-resizing-iframe-height-in-the-page.html