我正在使用iconosquare小部件在我的网站上显示图片(使用bootstrap构建),我的问题是是否可以使用bootstrap或其他方法使小部件响应,因为当我从移动设备访问网站时,一切似乎要响应,但iconosquare小部件。
链接到我的网站:www.djexotic.cz
小部件代码:
<iframe src="http://iconosquare.com/widget.php?choice=myfeed&username=rubencgt&show_infos=false&linking=statigram&width=920&height=780&mode=grid&layout_x=5&layout_y=4&padding=10&photo_border=false&background=&text=&widget_border=false&radius=5&border-color=&user_id=290825485&time=1406096883259" allowtransparency="true" scrolling="no" style="border:none; overflow:hidden; width:920px; height:780px;" frameborder="0" height="780" width="920"></iframe>
答案 0 :(得分:-1)
删除宽度和高度的参数。 或试试这个
iframe src="http://iconosquare.com/widget.php?choice=myfeed&username=rubencgt&show_infos=false&linking=statigram&mode=grid&layout_x=5&layout_y=4&padding=10&photo_border=false&background=&text=&widget_border=false&radius=5&border-color=&user_id=290825485&time=1406096883259"
allowtransparency="true" scrolling="no" style="border:none; overflow:hidden;" frameborder="0"