TrickPk.com - In early 2022, Google changed image links from 1.bp.blogspot.com to blogger.googleusercontent.com . This change has an impact on the appearance of related posts or articles related to bloggers.
In old posts, pictures of related articles are still clearly visible. However, in the latest post, all related post photos are blurry.
To fix this blurry related post, we have to change the related post code in the Median UI template. How to see the tutorial below.
How to Fix Blurred Related Post Images
Open Blogger Dashboard
Click Theme
Press the Inverted Triangle icon
Select Edit HTML
Look for code data-bg="'+r+'"
Then you will find 2 codes that are the same as this
Change the first code to
Then Save Theme
Done
<div class="lazy" data-bg="'+r+'" >
data-bg="'+r.replace("s72-c","s260")+'"
Then all related post images / related articles in the Median UI template will return to normal, not blurry, not blurry, and clearly visible. May be useful.