Guide for displaying the desired image as the representative thumbnail of the post
Table of Contents
- Guide
In Blogspot, the top image is automatically displayed as the featured thumbnail, but you can designate any image as the featured thumbnail with HTML code.
01/05
Click Writing mode.
02/05
Click View HTML.
03/05
Enter <img src="image address(Image-link)" style="display:none;"/> at the top.
04/05
Copy the URL of the image you want to set as your thumbnail.
05/05
<img src="image address(Image-link)" style="display:none;"/>
Just paste it in the image address (Image-link) and save it.
0 Comments