Last week, we explored a problem with photos not displaying properly in the blog. A few blog owners have noted the published fix
Looking at the HTML in some blogs, we can see another, similarly interesting detail. Here's an example.
Look at the URL of this post, in your browser address window.
Almost all blog content is accessed using "http", not "https".
If you have a post with missing photos, edit the post in HTML mode. Look at the above example.
The solution, in this case, is to check for use of "https" in all photo HTML, and change any such use to "http".
>> Top
Edit the post HTML and remove all "height = 0" and "width = 0" attributes.Recently, we're seeing suggestions that the above suggestion helps - but not always.
I looked at another post that said to manually remove the height and width = 0 tag from Edit HTML tab of the new post editor, but that has not solved the problem.
Looking at the HTML in some blogs, we can see another, similarly interesting detail. Here's an example.
<a href="https:https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvDrBkec8w7oKGmhyphenhyphen7b8iJrpXHZ7FyVdQw_GnKJodvnLxXytwAhu-rNeg9MXbSvpBBvsNtzcji4D5W7OM4AViBY8TBQE2233dvt49Y_eSIGYtJ5z35qGb-7d7J5zof57GBGAkW/s1600/DSC_3337.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img r6="true" src="https:https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvDrBkec8w7oKGmhyphenhyphen7b8iJrpXHZ7FyVdQw_GnKJodvnLxXytwAhu-rNeg9MXbSvpBBvsNtzcji4D5W7OM4AViBY8TBQE2233dvt49Y_eSIGYtJ5z35qGb-7d7J5zof57GBGAkW/s1600/DSC_3337.JPG" border="0"></a>
Look at the URL of this post, in your browser address window.
http://blogging.nitecruzr.net/2011/04/photos-recently-uploaded-in-blog-posts.html
Almost all blog content is accessed using "http", not "https".
If you have a post with missing photos, edit the post in HTML mode. Look at the above example.
<a href="http:https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvDrBkec8w7oKGmhyphenhyphen7b8iJrpXHZ7FyVdQw_GnKJodvnLxXytwAhu-rNeg9MXbSvpBBvsNtzcji4D5W7OM4AViBY8TBQE2233dvt49Y_eSIGYtJ5z35qGb-7d7J5zof57GBGAkW/s1600/DSC_3337.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img r6="true" src="http:https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvDrBkec8w7oKGmhyphenhyphen7b8iJrpXHZ7FyVdQw_GnKJodvnLxXytwAhu-rNeg9MXbSvpBBvsNtzcji4D5W7OM4AViBY8TBQE2233dvt49Y_eSIGYtJ5z35qGb-7d7J5zof57GBGAkW/s1600/DSC_3337.JPG" border="0"></a>The "https" protocol is used in very specific Internet dialogues - generally when you are logging in to a Blogger or Google service. There are known bandwidth and performance issues associated with use of "https", and some relevant details may be causing the symptom here.
The solution, in this case, is to check for use of "https" in all photo HTML, and change any such use to "http".
>> Top
Comments
"
Conclusion
Check the address of the first frame of a message (from a Picasa album), and replace https ://... googleusercontent.com ... by http://...ggpht.com ... . Blogger will create a flow with a sticker to be posted by subscribers to your RSS."
By "sticker" he means a thumbnail.
http://www.microsofttranslator.com/bv.aspx?from=&to=en&a=http%3A%2F%2Faide-blogger-fr.blogspot.com%2F2011%2F03%2Fblogger-feed-thumbnail-missing.html
This appears to me to relate to images first uploaded to Picasa and then embedded in or linked to the blog post, and not images uploaded to the blog post directly from the user harddrive, which also end up in Picasa, but in a different way.
Regards to all.
I think this is an question that you need to ask in your own discussion, in Blogger Help Forum: Something Is Broken.