每次Blogger 上傳多一點圖片就得要每個圖另外設定小、中、大、原始大小等等,
真的很煩人,現在這個小技巧可以讓你不必再麻煩了。
首先先點範本,之後自訂
然後再進階的地方,進入新增CSS
之後在新增自訂CSS的空白處複製貼上以下的程式碼:
在|Between
.post-body {
}
和|and
.post-header {
}
之間加上|insert the code below
.post-body img{
max-width: 100%;
width: auto;
height: auto;
float:center}
結果|result looks like
.post-body {
line-height: 1.4;
font-size: 110%;
position: relative;
}
.post-body img{
max-width: 100%;
width: auto;
height: auto;
float:center
}
.post-header {
display:none;
}
之後PO圖之後就不必再管大小,直接送出
即可依照原始的圖片大小,亦不超過原始的版面設計下放大縮小
文章標籤
全站熱搜
留言列表