circle image gallery with pan style.This
will give a nice look to your blog.Im
using css3 for this gallery.It include
nice hover style. you can try to add it to
your blog. Earlier image effect post are
here. Check demo below.
Demo
1. Log in to blogger account and Go to Design >> Edit HTML
(make sure backup your template first)
2. Put checked marked in Expand Widget Templates
3.Find this code by using Ctrl+F ]]></b:skin>
4. Paste below code Before ]]></b:skin> code
/*GALLERY-Bloggertrix.com*/ .gallery { width: 800px; margin: 50px auto;} ul { list-style: none;} .gallery li { height: 100px; width: 100px; margin: 15px; float: left; overflow: hidden; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;} .gallery li img { margin: -100px 0px 0px 0px; z-index: -1; -webkit-transition: margin 1.5s ease; -moz-transition: margin 1.5s ease; -o-transition: margin 1.5s ease; -ms-transition: margin 1.5s ease; transition: margin 1.5s ease; } .gallery li:hover img { margin-left: -150px; margin-top: -150px; cursor: pointer; } .gallery li p { width: 100px; padding: 20px; position: relative; left: 15%; top: 110%; z-index: 1; color: white; text-align: center; text-transform: uppercase; font: bold 18px/1 Helvetica, Verdana, sans-serif; text-shadow: 2px 2px 2px rgba(0,0,0,0.5); -webkit-transition: top 0.5s ease; -moz-transition: top 0.5s ease; -o-transition: top 0.5s ease; -ms-transition: top 0.5s ease; transition: top 0.5s ease; } .gallery li:hover p { top: 75%; margin:-55px 0 0 -35px;}
5. Go to blogger Design > Page Element.
6. Click Add Gadget and select 'HTML/Javascript
7.Paste below code.
<div class="gallery">
<ul>
<li><p>Swing</p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuMxdp-wAwXkYtLOFu2110vrgPJV-M5_4t-gSqtAH1YGKt0l5h_DcgvFgsKXeP9Kj78N9dxVWyfSiRAxf87fKWl4jMe827ED3jRss6EARO6oTqisaVI3YbTrq6l4Up_aU2XvoLQod-hA8/s1600/bloggertrix-image1.jpg" /></li>
<li><p>Surf</p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDsIul1EYs8zncZvRiBewc3O7uglzI5ECROExZWcer1if-9ChAmh9_Yfj_Gq5GXbpxLKfE0Gw32EadtDLJ-1VkKtunGI3bjiMF_oWelt3bJGxe4CngGLHY6YSbwd0yM-XC8UD4O5Ef1DM/s1600/bloggertrix-image2.jpg" /></li>
<li><p>Pedal</p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcRel9dj_1d6d0qPNiKOZs1QZqMqsXqUp57HsS2i5GXTP0pB5x8hBwamIt5yACH0aQnAOglcDoTqDyjISF2fRjj5pwHvo3Bj_UWI_Rv_vaGiTsRZnzM6Km4l2auSSlz_DRhRSKc_xjdn0/s1600/bloggertrix-image3.jpg" /></li>
<li><p>Thrash</p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiby8fiQeG-_ZLTCQjyPsg8nIjuSWMInqUvk1nOV-KWHYQLDSPOeLNkbr30ZPshyphenhyphenGk5G8YafF_9t7cjkBCHrh96__3tXG1s2V6I_tsJX9iTvRSTkbH3GY-z6-bZ0SE3Sm0b7Ixb6ZOsdts/s1600/bloggertrix-image4.jpg" /></li>
<li><p>Ride</p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZKCkJHCi9134yG8OwNSlv3rljHrVKxeRXfJbt6LG0zJ9BekJuS8lKq2KPUiPN43N3TPU_JJdgcToMFmJLdSolt1FRDQaLs2jjh0xEh8V6c2dkQDlYlCJMXs49aYZJXu0sGO1BMFwH-Jw/s1600/bloggertrix-image5.jpg" /></li>
<li><p>Kick</p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhklUYs1d3h1nqql7dL4AWvtqiFF3FilL4A8jzxQh-t07hFxypqsolYGWl20PzhPnDS2Kr6cnuYd06KiwGKNGBVbRJ2zuM3xg2k828GAsBCBwb3CgvquMNIRE2O4WZPdWGFfgEXrdOwPaQ/s1600/bloggertrix-image6.jpg" /></li>
<li><p>Dive</p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgObpvhn_QYAIfJ11w3p-rqJhpE3oSHsEZML5pWMDvoG0iuAdICU6R34a24BPkRIopdKaKlKeIDq1f_63hyphenhyphenBgtAG6d9U2Pszj2x1SHwTfEyOwmXZoDvwB9BcXI08gsvRk9e8qXPa3523HQ/s1600/bloggertrix-image7.jpg" /></li>
</ul>
</div>
8. Now save your template. You are done.