Posts

Showing posts from March, 2021

Round image corners & other handlings

Image
Google/Blogger  Image URL Parameters  · GitHub  *** The Ultimate Guide to Customize and Edit Blogger (BlogSpot) Images Using Blogger / Blogspot Image URL Structure Parameters resizeImage parameters  - Blogger Community colors - Transparent ARGB hex value - Stack Overflow A 200x200 image text line text line text line text line text line text line text line text line text line text line text line text line text line text line text line; side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text, side text Round corners:  at the <img locate /s0 set /s0-br20 for rounding corners with 20 pixels, and set to /s0-br20-c0x00FFFFFF where...

Images: auto resize to page width

How to Make Images Auto Resize to Fit Blog Post Area - Free Online Web Tutorials Theme > Customize > Advanced > Add CSS .post-body img {   max-width: 100%;   height: auto; } .post-body img {max-width: 100%;  height: auto;} If it doesn't work that means the same styles already exist in the template. You have to override the existing styles .post-body img {   max-width: 100% !important;   height: auto !important; } Πώς θα  προσαρμόσετε το μέγεθος  των εικόνων στα posts σας CSS: .post-body img(max-width:100%) How to  Resize  Blogger Photos Automatically http://www.designerblogs.com/how-to- resize-blogger-photos- automatically/