close

每次Blogger 上傳多一點圖片就得要每個圖另外設定小、中、大、原始大小等等,

真的很煩人,現在這個小技巧可以讓你不必再麻煩了。

 

blogger教學

 

 

首先先點範本,之後自訂

 

 blogger教學

 

然後再進階的地方,進入新增CSS

2

 

 

之後在新增自訂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;
}

 

 

3

 

 

之後PO圖之後就不必再管大小,直接送出

blogger教學

 

 

 

即可依照原始的圖片大小,亦不超過原始的版面設計下放大縮小

 

4  

arrow
arrow
    文章標籤
    Girl Most Likely
    全站熱搜

    Chandler 發表在 痞客邦 留言(1) 人氣()