不知道爲什麼頭圖像不正確調整。見http://www.insidemarketblog.com響應調整圖片大小問題
我以爲我把它正確的,但標題圖片不會調整針對移動設備。有什麼建議麼?
CSS:
#thesis_header_image {
height: auto;
max-width: 100%;
}
.container_header_image {
width: 400px;
}
HTML:從HTML
<div id="wrap">
<div class="container_header_image">
<div class="text_box">
<a href="http://www.insidemarketblog.com">
<img id="thesis_header_image" width="400" height="87" src="http://www.insidemarketblog.com/wp-content/uploads/2014/03/logo_header1.png" alt="Inside Market Strategy header image" title="click to return home">
</a>
</div>
</div>
不錯的解決方案,雖然我會選擇400或更高的值。大多數移動設備都具有該分辨率,並且標題圖像爲400像素,因此,只要窗口小於此大小,就可以調整其大小。 – GolezTrol
@GolezTrol是正確的,我已經更新我的答案。 –
就像一個魅力!!!!!!謝謝。 – user3117275