Posts

How to optimize bp.blogspot.com image ?

Image
Sometimes you might want to compress bp.blogspot.com to use it on web or make it`s size smaller for any reason,  Compression would make photo size better but will lower the quality of your image or photo . There are many ways to optimize or compress bp.blogspot.com images . 1- Use photo editors You can use your photo editor like photoshop or gimp to optimize any image . In both cases you will use the option of  "save as web image" or export as then pick an extension like jpg or png for the image . sometimes you might need to resize the image to lower its size if you didn't get the required result just by compression . 2- Use optimization softwares You can use optimization softwares like riot which is one of the best image optimization softwares where you can compress , resize and optimize image to custom sizes , you can also mass optimize many images at the same time , but some antiviruses found it unsafe to download so you can use  ImageOptim for mac or File ...

Playing with bp.blogspot.com

Image
it`s easy now to resize any blogger image or snippet , normaly snippet would take the width of 72 and the same height for example https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEix8OkZlugYDI7OSvqeKVa-pTbqdHpMrPUwtj_eZPBqayBots7vkcIlYbJfcx8K4OR_bSEDl3nWasSX0uJfSNhNYTrat7pYS2baLrI8hdMId-ctFx_bVGKIg4-7w9m5jEWqlRmHRzwwkItK/s72/blogger_masthead%25403x.png this s72 in the link show the width and height of the image and it is changeable so if you edited the number 72 you will get different sizes you can do this manually or using javascript or by the following snippet from Blogger that will do the job for you without any pain. i you want to have a snippet with custom size put the following code where you want in blogger template , if you already have <data:post.thumbnailUrl> in your code jus replace it using the following code:- <b:if cond='data:post.thumbnailUrl'> <img class='post-thumbnail' expr:alt='data:post.title' expr:src=...

Auto resize images to fit blog post area

Image
There is an easy way to do that without making your caption act in a weird way, this trick was mentioned here .post-body img {    width: $(content.width);    height: auto;    margin-left: -1em;    padding: 0;    border: none;    max-width: 100%; } .post-body .tr-caption-container {    padding: 0; } .post-body .tr-caption-container img {    padding: 0;    display: block;    width: $(content.width);    height: auto;    margin-left: 0;    max-width: 100%;    background: transparent;    border: none; }

How to make any bp.blogspot.com image responsive easily

Image
there are many ways to resize blogger images you can use css and/or javascript or even blogger built in functions but if you want to make any image in your blog responsive (this mean that image will change height and width along with screen viewport ) you should add the following code inside youre <style> or <b:skin> tag img, video{width:100;height :auto} this will make images and videos responsive and resize with screen size easily

How to auto resize any bp.blogspot Blogger images

Image
Do you want to resize any image to unlimited sizes without using an image editor ? it`s extremely easy to do that if you uploaded your image to Blogger , once you upload any image to Blogger blog you will get your bp.blogspot URL like the following example :-