Facebook页面插件不响应宽度

时间:2016-06-13 08:39:24

标签: html css facebook iframe

好的,所以我试图在网站上嵌入一个Facebook页面,并且遇到了响应设备宽度的问题。我在这个网站上看到Facebook页面插件的最大宽度为500px,如果adapt_container_width设置为true,iframe的内容应缩小以填充容器宽度。我已将iframe宽度设置为100%但是当我在具有小屏幕的设备(即iPhone)上查看时,iframe的内容不会调整大小而是被裁剪。

这是我使用的iframe代码:

<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FFacebook%2F%3Fref&amp;tabs=timeline&amp;width=500&amp;height=500&amp;small_header=true&amp;adapt_container_width=true&amp;hide_cover=true&amp;show_facepile=false&amp;appId=526762070849187" width="100%" height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowtransparency="true"></iframe>

有什么想法吗?

0 个答案:

没有答案