How exactly can I replace an iframe with a div and Javascript?

前端 未结 5 1945
再見小時候
再見小時候 2020-12-28 20:03

I have a page that loads an external HTML page into an iFrame. There are two problems I am facing with this:

  1. The iFrame is always a fixed height, but I want it
5条回答
  •  心在旅途
    2020-12-28 20:44

    1. Use a jQuery plugin to resize the iframe dynamically.

    2. You can't restyle content inside a iframe. What are you planning on using the iframe for? There are often better ways to solve things.

提交回复
热议问题