How to add a thumbnail image/photo gallery in Blogger

tmirror
How to add a thumbnail image/photo gallery in Blogger
For those who would like to show pictures in an image gallery, here's a beautiful gallery made with JavaScript and CSS. This image gallery displays the available thumbnails either vertically or horizontally on top of the chosen picture, thus making it easier for you to pick different images on mouse click. With the help of CSS, we can make the <img> element to display on same position with the rest of the thumbs and style the thumbnails as small blocks with a defined height and width. The script will add a click-event for each <li> object that changes it's child's <img> visibility and will assign an "active" class name to the <li>. Related: Image Slider with Mouse Hover Effect using CSS only Demo blog How to Add Image Gallery with Thumbnails to Blogger Step 1. Log in to your Blogger account , select your blog and go to "Template", press the "Edit HTML" button. Step 2. Click anywhere inside the code area and press the CTRL…