This morning my blog was ok, a few hours later, the thumbnail photos on my Homepage were fuzzy. Mine being a custom template it had a code that was recently changed.
After researching the issue, I found a fix on the Blogger forums.
The "data:post.thumbnailUrl" format has changed from /s72-c/ to /s72-c-k-no/.
So, if any of you have this problem, you need to go into the html of your template .
1. Backup your template, just in case it might not work.
2. Replace the below code:
<script type='text/javascript'> document.write(bp_thumbnail_ resize("<data:post. thumbnailUrl/>",'< data:post.title/>'));</ script>
With this one:
<img alt='thumbnail' expr:src='resizeImage(data: post.thumbnailUrl, 250, "250:170")' expr:title='data:post.title'/>
It fixed my problem beautifully.
Sign up with your email address to receive the latest updates straight in your inbox.
I know you'll make it beautiful like you always do! Hope all is well with you, Ms. Linda!
ReplyDeleteBe a sweetie,
Shelia ;)
I hope the fixes are working. It amazes me how someone changes the code for something and make others scramble to figure it out!
ReplyDelete