gpt4 book ai didi

用于 Twitter 小部件宽度的 HTML/CSS

转载 作者:太空狗 更新时间:2023-10-29 13:53:54 27 4
gpt4 key购买 nike

Twitter 让您粘贴到 html 中的代码如下所示:

<a class="twitter-timeline" href="https://twitter.com/username" data-widget-id="248169276782018560">Tweets by @username</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

它们允许您设置高度,我将其设置为 600。当放置在我的网站上时,我得到这个(查看源代码时):

<iframe id="twitter-widget-6" classname="twitter-timeline twitter-timeline-rendered" scrolling="no" frameborder="0" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " width="220" height="600"></iframe>

220 的宽度让我很生气。我希望宽度为容器的全宽,即 100%(对于移动网站)。目前 220 宽度略超过页面的一半并显示丑陋的滚动条。

那么,为什么将宽度设置为 220,我怎样才能让它扩展到它的父级宽度?

最佳答案

我使用响应式主题,此 CSS 代码运行良好。谢谢 Hjuster。

#twitter-widget-0 { 
width: 100% !important;
}

关于用于 Twitter 小部件宽度的 HTML/CSS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12539496/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com