讓blogger 貼圖不超過欄位
最近圖片開始試用flikr, 外連圖床貼到blooger 後無法像photobucket一樣點擊外聯檔後右鍵存取原圖大小。
我的作法是以原圖大小存入fliker 貼圖亦貼原圖大小, 在blooger 上版型調整顯示大小, 如此直接在blogger 上右鍵存圖就是原圖大小了。
Blogger-編輯HTML –
Blogger Template Style 下面
在.post-body {
}
和.post-header {
}
之間加上
.post-body img{
max-width: 100%;
width: auto;
height: auto;
float:center}
http://wingtilldie.blogspot.tw/2013/02/make-image-fix-template-width.html
沒有留言:
張貼留言
我想說些話