Cool
Cool
Published on 2021-04-28 / 81 Visits
0
0

利用iframe在typecho文章页面嵌入网页

!!!

以下效果:

!!!

!!!

!!!

!!!

代码如下:

!!!

!!!
<div style="padding-bottom: 100%; width: 100%; position: relative">
  <iframe
    src="https://www.bilibili.com/"
    frameborder="0"
    style="position: absolute; width: 100%; height: 100%"
  ></iframe>
</div>
!!!

Comment