But what is the standard size of images must use in your blogs? Are you going to resize all your images and insert it in your article? Well, if you does, you may consume lots of time. Instead just put some tricks in your html templates in order to auto re-size your images. How to to this? It's very simple. Log in to your blogger dashboard. Click on template. Edit HTML. Then click any part inside, and press "control F". You will see search at the right upper side.
Find </style>.
Above it paste this code:
post-body img { width: 400px; height: auto;}
You can customize the size of your width whatever you want. See picture below.
Post a Comment
If you have questions, just leave a comments. If it helps you a lot please share my blog to your friends. Thanks.