In our Blogger post we use various images as hint, example, for showcase an object or just as a part of post. Highlighting those images, effect’s on images necessary too. In Blogger’s default template your images automatically gets border and shadow effect, again if you are using custom template your may be not having any effect on your images.
But if you want more specific effect on your images or you want to use custom effect on your Blogger blog you can use CSS3 effects for images. Here 5 superb, most popular CSS3 effect code I gathered (Shadow, Opacity, Tilt, Jump, Morph effects). See what image effect suits your images, and add them on your blogger images.
Just Shadow effect
HTML
CSS
Shadow effect on mouse hover
HTML
CSS
Shadow effect on mouse hover with CSS3 animation
HTML
CSS
More customization : This shadow effect generate upon RGBA color code. If you want other color shadow on images Go to any color picker (Color Hexa) and place your color code's Hex digit on rgba(0, 0, 0,.75)'s first 3 '0', and Last 0 for Opacity.
Just Opacity effect
HTML
CSS
Opacity effect on mouse hover
HTML
CSS
Opacity effect on mouse hover with animation
HTML
CSS
Just jump on hover
HTML
CSS
CSS3 Jump effect on Images with animation
HTML
CSS
Image will spin 360 degrees on mouse hover. As it’s spinning, 'border-radius' will cropped to 50%. From Design Shack.
HTML
CSS
How to add any effect in Blogger
Step 1: You need to embed the CSS code into your template. The effect you want to use in your post, First that effect's CSS code embed into your template.
Step 2: After your image uploading done,
That's it.
All codes are universal, will be support on any browser (except IE), Any question, feedback leave with comment. New effects, shadow for images will be release soon, So stay subscribed. Goodluck..
But if you want more specific effect on your images or you want to use custom effect on your Blogger blog you can use CSS3 effects for images. Here 5 superb, most popular CSS3 effect code I gathered (Shadow, Opacity, Tilt, Jump, Morph effects). See what image effect suits your images, and add them on your blogger images.
CSS3 Shadow effect on Images
Just Shadow effect
HTML
CSS
Shadow effect on mouse hover
HTML
CSS
Shadow effect on mouse hover with CSS3 animation
HTML
CSS
More customization : This shadow effect generate upon RGBA color code. If you want other color shadow on images Go to any color picker (Color Hexa) and place your color code's Hex digit on rgba(0, 0, 0,.75)'s first 3 '0', and Last 0 for Opacity.
CSS3 Opacity blur effect on Images
Just Opacity effect
HTML
CSS
Opacity effect on mouse hover
HTML
CSS
Opacity effect on mouse hover with animation
HTML
CSS
CSS3 Tilt effect on Images
Just tilt effect on image
HTML
CSS
Tilt effect on mouse hover
HTML
CSS
Tilt effect on mouse hover with animation
HTML
CSS
HTML
CSS
Tilt effect on mouse hover
HTML
CSS
Tilt effect on mouse hover with animation
HTML
CSS
CSS3 Jump effect on Images
Just jump on hover
HTML
CSS
CSS3 Jump effect on Images with animation
HTML
CSS
CSS3 Morph effect on Images
Image will spin 360 degrees on mouse hover. As it’s spinning, 'border-radius' will cropped to 50%. From Design Shack.
HTML
CSS
How to add any effect in Blogger
Step 1: You need to embed the CSS code into your template. The effect you want to use in your post, First that effect's CSS code embed into your template.
- Log in to your Blogger account, select your blog,
- Select 'Template' tab, then 'Edit HTML',
- Find (Using Ctrl+F or Cmd+F) ]]></b:skin>
- Above ]]></b:skin> paste your following CSS (Under pink color title) code,
- 'Save template'.
Step 2: After your image uploading done,
- From post editor's top (Compose/HTML) Switch to 'HTML',
- After clicking 'HTML' you will see your uploaded image's source tag code
<img border="0" src="image link" />
- In this Image tag code add your following (what effect's CSS code you embedded into your template) effect's HTML class code. Example:-
(example <img border="0" src="image link" class="ks-sado"/>)
That's it.
All codes are universal, will be support on any browser (except IE), Any question, feedback leave with comment. New effects, shadow for images will be release soon, So stay subscribed. Goodluck..