自定义像框、关闭填充、删除名称

发布于 2024-12-13 18:17:46 字数 177 浏览 2 评论 0原文

我正在尝试删除缩略图照片下方的“名称”并关闭填充以将其压缩为更小的高度。

这就是我失败的地方;

http://jsfiddle.net/cam77/4havc/

I'm trying to remove the 'names' below the thumb nails photos and close the padding to compress it to be smaller in height.

Here's where I'm failing;

http://jsfiddle.net/cam77/4havc/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

原来是傀儡 2024-12-20 18:17:46

您无法操作 iframe 内不在同一域/子域中的任何内容。 (在您的示例中,iframe src 是 www.facebook.com)。

它是跨域警察。

You cant manipulate anything inside a iframe that isnt in your same domain/subdomain. (in your sample, the iframe src is www.facebook.com).

Its the crossdomain police.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文