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"/>
3 コメント:
うんうん、あたしの環境からも一度ダウンロードするかたちになりました。なんでだろう。
ソースを見てみたんだけど、違いがわからなかった(半分寝てるからかもw)。
どうやらBlogger側の問題みたいです。
さんざん調べたのに 時間を返せー('Д')
自分用メモ(ノД`)
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"/>
コメントを投稿