我在網站上添加了一個iframe像框:www.apf.noLike box image witdh
但是,有些圖像超出比例,我該如何覆蓋此代碼?
.connect_widget .page_stream img {
max-width: 120px;
}
感謝Caecilia
我在網站上添加了一個iframe像框:www.apf.noLike box image witdh
但是,有些圖像超出比例,我該如何覆蓋此代碼?
.connect_widget .page_stream img {
max-width: 120px;
}
感謝Caecilia
您需要使用舊的,但仍然支持風扇框可以添加自己的自定義樣式表,然後你喜歡的任何造型可能包括重寫「最大寬度「
查看這些信息瞭解更多詳情:
http://www.speckygeek.com/how-to-add-facebook-like-box-to-your-website/
http://www.daddydesign.com/wordpress/how-to-customize-your-facebook-fan-box/
我終於得到了圖像傳回正確的寬度使用下面的代碼:
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script>
<script type="text/javascript">FB.init("");</script>
<fb:fan profile_id="ID_OF_PAGE_HERE" stream="1" connections="20" width="600px" height="500px" header="1" logobar="0" css="WEBSITE_URL_HERE/css/facebook.css?17"></fb:fan>
而CSS是:
a.largePhoto img.img {
max-width: 300px !important;
width: 300px !important;
}
請記得添加一個到的.css每17你需要更新CSS以防止使用緩存版本的CSS。