2011-11-21 73 views
1

我在網站上添加了一個iframe像框:www.apf.noLike box image witdh

但是,有些圖像超出比例,我該如何覆蓋此代碼?

.connect_widget .page_stream img {  
    max-width: 120px; 
} 

感謝Caecilia

回答

1

我終於得到了圖像傳回正確的寬度使用下面的代碼:

<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。