2007年12月2日日曜日

画像貼り付けテスト


元画像BMP

元画像JPG

元画像PNG

きー なんで外部アプリケーションで開こうとするんだ

3 コメント:

Zero Bluecoat a.k.a Zeroco Zeroda さんのコメント...

うんうん、あたしの環境からも一度ダウンロードするかたちになりました。なんでだろう。
ソースを見てみたんだけど、違いがわからなかった(半分寝てるからかもw)。

Estella Thereian さんのコメント...

どうやらBlogger側の問題みたいです。
さんざん調べたのに 時間を返せー('Д')

Estella Thereian さんのコメント...

自分用メモ(ノД`)

Clicking on image uploaded through the post editor will show a file download box instead of showing the full-size image in the browser. We are currently working to fix this issue. In the meantime, a workaround is to make two changes to the first URL in the image tag:

1. Replace "-R" with "-h".
2. Replace the image location folder (preceeding something like "s1600-R") with the folder in the second URL.

Old code:
"http://.../uvkJJAw53aw/s1600-R/PICTURE.JPG">
"http://.../sDRgJ2i-NLo/s320/PICTURE.JPG"

New Code:
"http://.../sDRgJ2i-NLo/s1600-h/PICTURE.JPG">
"http://.../sDRgJ2i-NLo/s320/PICTURE.JPG"/>